diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-11 01:20:53 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-11 11:06:51 +0100 |
commit | 8a70a13e7e79afa6818b10cf64d4f1ae4cf89e4b (patch) | |
tree | c674a054dd38aebc945a7a53c6f61539d70a01fc /doc | |
parent | be2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1 (diff) | |
download | bird-8a70a13e7e79afa6818b10cf64d4f1ae4cf89e4b.tar bird-8a70a13e7e79afa6818b10cf64d4f1ae4cf89e4b.zip |
Implements protocol-specific Router ID for OSPF.
And fixes one minor bug.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 0c2b8fb..b4dece1 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -298,8 +298,7 @@ to zero to disable it. An empty <cf><m/switch/</cf> is equivalent to <cf/on/ <cf/packets/ for packets sent and received by the protocol. Default: off. <tag>router id <m/IPv4 address/</tag> This option can be used to override global - router id for a given protocol. This option is not yet implemented for OSPF - protocol. Default: uses global router id. + router id for a given protocol. Default: uses global router id. <tag>import all | none | filter <m/name/ | filter { <m/filter commands/ } | where <m/filter expression/</tag> Specify a filter to be used for filtering routes coming from the protocol to the routing table. <cf/all/ is shorthand for <cf/where true/ and <cf/none/ is shorthand for <cf/where false/. Default: <cf/all/. |