From cd4fecb66affe468928abd87cadef4ff9a991d0b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 2 Jun 2000 09:35:17 +0000 Subject: [PATCH] Made it *compile* !!! --- doc/bird.sgml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 17ff37e4..77d820c3 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -5,7 +5,7 @@ This is slightly modified linuxdoc dtd. Anything in tags is considered definition of configuration primitives, is fragment of configuration within normal text, is -"meta" information within fragment of configuration -- something in config which is not keyword. +"meta" information within fragment of configuration - something in config which is not keyword. (set-fill-column 100) @@ -102,7 +102,7 @@ be relatively easy due to its highly modular architecture.

Bird has one or more routing tables, which may or may not be synchronized with kernel and which may or may not be synchronized with -each other (see protocol pipe). Each routing table contains list of +each other (see the Pipe protocol). Each routing table contains list of known routes. Each route consists of: @@ -165,15 +165,14 @@ options. Most important (and not easily guessed) option is Introduction

BIRD is configured using text configuration file. At startup, BIRD reads In config, everything on a line after /* -*/ is a comment, whitespace is -ignored, C-style comments /* comment */ are also +*/ is a comment, whitespace is ignored, C-style comments /* comment */ are also recognized. If there's variable number of options, they are grouped using Operations @@ -508,26 +506,29 @@ attribute results in runtime error; you can check if attribute is defined using defined( attribute ) syntax. - network this route is talking about. (See section about routing tables) - preference of this route. (See section about routing tables) - who told me about this route. - what is next hop packets routed using this route should be forwarded to. - what protocol told me about this route. This can have values such as + FIXME! - + FIXME! - + FIXME!

Plus, there are protocol-specific attributes, which are described in protocol sections. @@ -1110,17 +1111,17 @@ protocol static { Problems

BIRD is relatively young system, and probably contains some -bugs. You can report bugs at , but before you do, -please make sure you have read available documenation, make sure are running latest version (available at , but before you do, +please make sure you have read available documenation, make sure are running latest version (available at ), and that bug was not already reported by someone else -(mailing list archives are at ). (Of course, patch +(mailing list archives are at ). (Of course, patch which fixes the bug along with bug report is always welcome). If you want to join the development, join developer's mailing list by sending -. You can also get current sources from -anoncvs at . You can find this documentation online -at , main homepage of bird is . When +. You can also get current sources from +anoncvs at . You can find this documentation online +at , main homepage of bird is . When trying to understand, what is going on, Internet standards are -relevant reading; you can get them from . +relevant reading; you can get them from .