Revision 678c97f2 README
README | ||
---|---|---|
22 | 22 |
o Both IPv4 and IPv6 (use --enable-ipv6 when configuring) |
23 | 23 |
o Multiple routing tables |
24 | 24 |
o Border Gateway Protocol (BGPv4) |
25 |
o Routing Information Protocol (RIPv2) |
|
25 |
o Routing Information Protocol (RIPv2, RIPng)
|
|
26 | 26 |
o Open Shortest Path First protocol (OSPFv2, OSPFv3) |
27 |
o Babel Routing Protocol (Babel) |
|
27 | 28 |
o Bidirectional Forwarding Detection (BFD) |
28 | 29 |
o IPv6 router advertisements |
29 | 30 |
o Static routes |
... | ... | |
42 | 43 |
=================== |
43 | 44 |
|
44 | 45 |
o From standard distribution package of your OS (recommended) |
46 |
o From official binary packages for Debian and Red Hat Linux |
|
47 |
ftp://bird.network.cz/pub/bird/debian/ |
|
48 |
ftp://bird.network.cz/pub/bird/redhat/ |
|
45 | 49 |
o From source code of the latest stable release version |
46 | 50 |
ftp://bird.network.cz/pub/bird/ |
47 | 51 |
o From source code of the actual development version |
48 |
https://gitlab.labs.nic.cz/labs/bird |
|
52 |
git://git.nic.cz/bird.git |
|
53 |
https://gitlab.labs.nic.cz/labs/bird/ |
|
49 | 54 |
|
50 | 55 |
How to install BIRD from source code |
51 | 56 |
------------------------------------ |
57 |
|
|
52 | 58 |
$ ./configure |
53 | 59 |
$ make |
54 |
$ sudo make install
|
|
55 |
$ sudo vi /usr/local/etc/bird.conf
|
|
56 |
$ bird
|
|
60 |
$ su |
|
61 |
# make install
|
|
62 |
# vi /usr/local/etc/bird.conf
|
|
57 | 63 |
|
58 |
Look at the file INSTALL for more information about installation using source |
|
59 |
code. |
|
64 |
See the file INSTALL for more information about installation from source code. |
|
60 | 65 |
|
61 | 66 |
Documentation |
62 | 67 |
============= |
... | ... | |
71 | 76 |
============ |
72 | 77 |
|
73 | 78 |
If you want to help us debugging, enhancing and porting BIRD or just lurk |
74 |
around to see what's going to develop, feel free to subscribe to the BIRD users |
|
75 |
mailing list bird-users@bird.network.cz, just send `subscribe bird-users' to |
|
76 |
majordomo@network.cz. Bug reports, suggestions, feature requests and code are |
|
77 |
welcome! We don't use gitlab issues for reporting, sorry. |
|
79 |
around to see what's going to develop, feel free to subscribe to the BIRD |
|
80 |
users mailing list bird-users@network.cz, just send `subscribe' to |
|
81 |
bird-request@network.cz. Bug reports, suggestions, feature requests and |
|
82 |
code are welcome! We don't use gitlab issues for reporting, sorry. |
|
83 |
|
|
84 |
Subscribe: http://bird.network.cz/mailman/listinfo/bird-users/ |
|
85 |
Archive: http://bird.network.cz/pipermail/bird-users/ |
|
78 | 86 |
|
79 | 87 |
Licence |
80 | 88 |
======= |
Also available in: Unified diff