diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-01-26 21:02:35 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-01-26 21:02:35 +0100 |
commit | ee95f281f038684a4a2613a0c54af7389afe64da (patch) | |
tree | 51502041ff1d29772eceaee1b4997adb66ea5cc5 /doc | |
parent | 1c730ee761b3c9b7ff12a0ad11c5b1768d1e4ada (diff) |
Doc: Add documentation for OSPF retransmit delay option
Thanks to Igor Podlesny for notification.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b4e5d176..e531da40 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3491,6 +3491,11 @@ protocol ospf [v2|v3] <name> { Specifies interval in seconds between retransmissions of unacknowledged updates. Default value is 5. + <tag><label id="ospf-transmit-delay">transmit delay <M>num</M></tag> + Specifies estimated transmission delay of link state updates send over + the interface. The value is added to LSA age of LSAs propagated through + it. Default value is 1. + <tag><label id="ospf-priority">priority <M>num</M></tag> On every multiple access network (e.g., the Ethernet) Designated Router and Backup Designated router are elected. These routers have some special |