diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-11-20 09:29:29 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-11-20 09:29:29 +0100 |
commit | 717e4c4d8173a8dbae2956f1703ff6d4365a9d34 (patch) | |
tree | bc216be02c00e559addc22feddf50c6718e376a1 /doc/bird.sgml | |
parent | 6a72a276f6a677a8adec9566867023d76ac7da7e (diff) | |
download | bird-717e4c4d8173a8dbae2956f1703ff6d4365a9d34.tar bird-717e4c4d8173a8dbae2956f1703ff6d4365a9d34.zip |
Fixes in the documentation.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 4b72ac6..9e74470 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -903,13 +903,13 @@ for each neighbor using the following configuration parameters: to send both addresses but does not know link-local address. This situation might happen when routes from other protocols are exported to BGP, or when improper updates are received - from BGP peers. <tag/self/ means that BIRD advertises its own - local address instead. <tag/drop/ means that BIRD skips that - prefixes and logs error. <tag/ignore/ means that BIRD ignores + from BGP peers. <cf/self/ means that BIRD advertises its own + local address instead. <cf/drop/ means that BIRD skips that + prefixes and logs error. <cf/ignore/ means that BIRD ignores the problem and sends just the global address (and therefore - forms improper BGP update). Default: <tag/self/, unless BIRD - is configured as a route server (option <tag/rs client/), in - that case default is <tag/drop/, because route servers usually + forms improper BGP update). Default: <cf/self/, unless BIRD + is configured as a route server (option <cf/rs client/), in + that case default is <cf/drop/, because route servers usually does not forward packets ifselves. <tag>source address <m/ip/</tag> Define local address we should use |