summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2005-02-20 05:27:56 +0100
committerOndrej Filip <feela@network.cz>2005-02-20 05:27:56 +0100
commitd8c7d9e8846f025e42227c64e992a3a52ca7dfb4 (patch)
tree4f090dda24bf8288b3af358fd3375c0374e75d93 /doc
parent7de7470a2a6c649ce4d4ce52146e84e6638ebf58 (diff)
downloadbird-d8c7d9e8846f025e42227c64e992a3a52ca7dfb4.tar
bird-d8c7d9e8846f025e42227c64e992a3a52ca7dfb4.zip
Since now I can also use 'dead interval', not just 'dead counter'.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example1
-rw-r--r--doc/bird.sgml7
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index 704abef..8260c02 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -122,6 +122,7 @@ protocol static {
# interface "arc0" {
# type nonbroadcast;
# poll 14;
+# dead 75;
# neighbors {
# 10.1.1.2 eligible;
# 10.1.1.4;
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 &lt;name&gt; {
priority &lt;num&gt;;
wait &lt;num&gt;;
dead count &lt;num&gt;;
+ dead &lt;num&gt;;
type [broadcast|nonbroadcast|pointopoint];
strict nonbroadcast &lt;switch&gt;;
authentication [none|simple];
@@ -1048,6 +1049,7 @@ protocol ospf &lt;name&gt; {
retransmit &lt;num&gt;;
wait &lt;num&gt;;
dead count &lt;num&gt;;
+ dead &lt;num&gt;;
authentication [none|simple];
password "&lt;text&gt;";
};
@@ -1126,6 +1128,11 @@ protocol ospf &lt;name&gt; {
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.