Minor README update

This commit is contained in:
Ondrej Zajicek (work) 2016-08-23 17:33:00 +02:00
parent dbac8793bd
commit 678c97f21e

30
README
View file

@ -22,8 +22,9 @@ What do we support
o Both IPv4 and IPv6 (use --enable-ipv6 when configuring) o Both IPv4 and IPv6 (use --enable-ipv6 when configuring)
o Multiple routing tables o Multiple routing tables
o Border Gateway Protocol (BGPv4) o Border Gateway Protocol (BGPv4)
o Routing Information Protocol (RIPv2) o Routing Information Protocol (RIPv2, RIPng)
o Open Shortest Path First protocol (OSPFv2, OSPFv3) o Open Shortest Path First protocol (OSPFv2, OSPFv3)
o Babel Routing Protocol (Babel)
o Bidirectional Forwarding Detection (BFD) o Bidirectional Forwarding Detection (BFD)
o IPv6 router advertisements o IPv6 router advertisements
o Static routes o Static routes
@ -42,21 +43,25 @@ How to install BIRD
=================== ===================
o From standard distribution package of your OS (recommended) o From standard distribution package of your OS (recommended)
o From official binary packages for Debian and Red Hat Linux
ftp://bird.network.cz/pub/bird/debian/
ftp://bird.network.cz/pub/bird/redhat/
o From source code of the latest stable release version o From source code of the latest stable release version
ftp://bird.network.cz/pub/bird/ ftp://bird.network.cz/pub/bird/
o From source code of the actual development version o From source code of the actual development version
https://gitlab.labs.nic.cz/labs/bird git://git.nic.cz/bird.git
https://gitlab.labs.nic.cz/labs/bird/
How to install BIRD from source code How to install BIRD from source code
------------------------------------ ------------------------------------
$ ./configure $ ./configure
$ make $ make
$ sudo make install $ su
$ sudo vi /usr/local/etc/bird.conf # make install
$ bird # vi /usr/local/etc/bird.conf
Look at the file INSTALL for more information about installation using source See the file INSTALL for more information about installation from source code.
code.
Documentation Documentation
============= =============
@ -71,10 +76,13 @@ User support
============ ============
If you want to help us debugging, enhancing and porting BIRD or just lurk If you want to help us debugging, enhancing and porting BIRD or just lurk
around to see what's going to develop, feel free to subscribe to the BIRD users around to see what's going to develop, feel free to subscribe to the BIRD
mailing list bird-users@bird.network.cz, just send `subscribe bird-users' to users mailing list bird-users@network.cz, just send `subscribe' to
majordomo@network.cz. Bug reports, suggestions, feature requests and code are bird-request@network.cz. Bug reports, suggestions, feature requests and
welcome! We don't use gitlab issues for reporting, sorry. code are welcome! We don't use gitlab issues for reporting, sorry.
Subscribe: http://bird.network.cz/mailman/listinfo/bird-users/
Archive: http://bird.network.cz/pipermail/bird-users/
Licence Licence
======= =======