From 0c8c86c825f9cebf4c1d9f8d9cd57b2fad84d35b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 25 May 2009 01:41:20 +0200 Subject: [PATCH 1/2] Adds INSTALL file. --- INSTALL | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..38784fe6 --- /dev/null +++ b/INSTALL @@ -0,0 +1,30 @@ +How to install BIRD +=================== + +$ ./configure +$ make +# make install + +Default location for configuration file is /usr/local/etc/bird.conf and +for control socket is /usr/local/var/run/bird.ctl . You can change that +by --sysconfdir and --localstatedir configure options. + + +Requirements +============ + +For compiling BIRD you need these programs and libraries: + + - GNU C Compiler + - GNU Make + - GNU Bison + - GNU M4 + - Flex + + - ncurses library + - GNU Readline library (2.1 or newer) + +For compiling BIRD documentation you also need: + + - Linuxdoc-Tools + - LaTeX From 4c2507da687cdad1b9d147c1655e5ac46aaaa511 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 26 May 2009 10:43:59 +0200 Subject: [PATCH 2/2] Warning for BSD system and TCP-MD5. --- doc/bird.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index e93e534d..666d9f62 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -844,7 +844,8 @@ for each neighbor using the following configuration parameters: of the interface our neighbor is connected to. password Use this password for MD5 authentication - of BGP sessions. Default: no authentication. + of BGP sessions. Default: no authentication. Password has to be set by + external utility (e.g. setkey(8)) on BSD systems. rr client Be a route reflector and treat the neighbor as a route reflection client. Default: disabled.