]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add section about routing tables.
authorPavel Machek <pavel@ucw.cz>
Thu, 25 May 2000 15:28:24 +0000 (15:28 +0000)
committerPavel Machek <pavel@ucw.cz>
Thu, 25 May 2000 15:28:24 +0000 (15:28 +0000)
doc/bird.sgml

index c0699f73affb51741499933f3c1af2050993fee7..9f19ecd99cd8faf7a3b466abcd4afa3e2c84fdb7 100644 (file)
@@ -47,6 +47,16 @@ it is slightly modified linuxdoc dtd.  Anything in &lt;descrip&gt; tags is consi
 configuration primitives, &lt;cf&gt; is fragment of configuration within normal text, &lt;m&gt; is
 "meta" information within fragment of configuration -- something in config which is not keyword.
 
+<sect1>About routing tables
+
+<p>Bird has one or more routing tables. Each routing table contains
+list of known routes. Each route has certain atributes, most important
+is prefix of network this route is for. Routing table maintains more
+than one entry for network, but at most one entry for one network and
+one protocol. The entry with biggest preference is used for
+routing. You can get list of route attributes in "Route attributes"
+section in filters.
+
 <sect>Configuration
 
 <sect1>Introduction