diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2015-02-22 16:08:28 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2015-02-22 17:21:54 +0100 |
commit | 6cf72d7ad7cbe1eb2f5b63660be6967d29b37044 (patch) | |
tree | d0b2576ae89cc4919befaac006f4efa345efb3f3 /doc | |
parent | a1beb8f3ee7a6e41dbe4bfd336b8bf5eecb46d01 (diff) |
Rename BGP option 'start delay' to 'connect delay'
Also update log message for error-triggered startup delay.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 5483ee63..04d8284f 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1875,14 +1875,14 @@ using the following configuration parameters: Delay in seconds between sending of two consecutive Keepalive messages. Default: One third of the hold time. + <tag>connect delay time <m/number/</tag> + Delay in seconds between protocol startup and the first attempt to + connect. Default: 5 seconds. + <tag>connect retry time <m/number/</tag> Time in seconds to wait before retrying a failed attempt to connect. Default: 120 seconds. - <tag>start delay time <m/number/</tag> - Delay in seconds between protocol startup and the first attempt to - connect. Default: 5 seconds. - <tag>error wait time <m/number/,<m/number/</tag> Minimum and maximum delay in seconds between a protocol failure (either local or reported by the peer) and automatic restart. Doesn't apply |