diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-05-30 12:42:00 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-05-30 12:42:00 +0200 |
commit | 2d6627a7a5e52f8314520f9aefd82040e24849cb (patch) | |
tree | b8e8cb9dc0b4c47e59ddc2259a9d09a43e95a82c | |
parent | 73232f6b18222d73b38eae58e2c4c90062202709 (diff) | |
download | bird-2d6627a7a5e52f8314520f9aefd82040e24849cb.tar bird-2d6627a7a5e52f8314520f9aefd82040e24849cb.zip |
Fixed bug in RIP docs.
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index c4649f0..58ef2de 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -780,8 +780,10 @@ because they are no good implementations of OSPFv3. hash. If you set authentication to non-none, it is good idea to add <cf>passwords { }</cf> section. - <tag>honor always|neighbor|never </tag>specifies, when should be routing table updates - honored. (Always, when sent from host on directly connected network, or never.) + <tag>honor always|neighbor|never </tag>specifies, when should be requests for dumping routing table + honored. (Always, when sent from host on directly connected + network, or never.) Routing table updates are honored only from + neighbors, that is not configurable. </descrip> <p>There are two options that can be specified per-interface. First is <cf>metric</cf>, with |