From: Pavel Machek Date: Thu, 25 May 2000 15:01:08 +0000 (+0000) Subject: Description of types needed for BGP. X-Git-Tag: v1.2.0~850 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a5bb2bf1bbbb7d2bba7776af481a13a58ec39ae;p=thirdparty%2Fbird.git Description of types needed for BGP. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 1d6b5526d..88726289f 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -51,8 +51,15 @@ configuration primitives, <cf> is fragment of configuration within normal Introduction -

Bird is configured using text configuration file. At startup, bird reads Bird is configured using text configuration file. At startup, bird +reads Really simple configuration file might look like this, you can find +example of more complicated configuration file in +doc/bird.conf.example. protocol kernel { @@ -71,12 +78,6 @@ protocol rip { } -

Everything on a line after You can find example of more complicated configuration file in doc/bird.conf.example. - Global options

@@ -269,10 +270,19 @@ booleans (that is to prevent you from shooting in the foot). protection. path ~ / 2 3 5 ? / syntax ). /* which is start of comment. - @@ -280,7 +290,7 @@ booleans (that is to prevent you from shooting in the foot).

Filter language supports common integer operations (+,-,*,/), parenthesis Filter is implicitly passed route, and it can access its attributes, just like it accesses variables. - defined( attribute + defined( attribute ) returns TRUE if given attribute is defined. Access to undefined attribute results in runtime error.