diff options
author | Ondrej Filip <feela@network.cz> | 2005-02-20 05:27:56 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-02-20 05:27:56 +0100 |
commit | d8c7d9e8846f025e42227c64e992a3a52ca7dfb4 (patch) | |
tree | 4f090dda24bf8288b3af358fd3375c0374e75d93 /doc/bird.sgml | |
parent | 7de7470a2a6c649ce4d4ce52146e84e6638ebf58 (diff) | |
download | bird-d8c7d9e8846f025e42227c64e992a3a52ca7dfb4.tar bird-d8c7d9e8846f025e42227c64e992a3a52ca7dfb4.zip |
Since now I can also use 'dead interval', not just 'dead counter'.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 79d7e96..3c23309 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1024,6 +1024,7 @@ protocol ospf <name> { priority <num>; wait <num>; dead count <num>; + dead <num>; type [broadcast|nonbroadcast|pointopoint]; strict nonbroadcast <switch>; authentication [none|simple]; @@ -1048,6 +1049,7 @@ protocol ospf <name> { retransmit <num>; wait <num>; dead count <num>; + dead <num>; authentication [none|simple]; password "<text>"; }; @@ -1126,6 +1128,11 @@ protocol ospf <name> { When the router does not receive any messages from a neighbor in <m/dead count/*<m/hello/ seconds, it will consider the neighbor down. + <tag>dead <M>num</M></tag> + When the router does not receive any messages from a neighbor in + <m/dead/ seconds, it will consider the neighbor down. If both directives + <m/dead count/ and <m/dead/ are used, <m/dead/ has precendence. + <tag>type broadcast</tag> BIRD detects a type of a connected network automatically, but sometimes it's convenient to force use of a different type manually. |