diff options
author | Ondrej Filip <feela@network.cz> | 2019-01-07 12:26:21 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2019-01-07 12:26:21 +0100 |
commit | e99e7d1c2de3a9b1a737735be2936dadf6ed1ab4 (patch) | |
tree | 11a825baa26003cfc66e7b0cb0d85252fbc80460 | |
parent | ef8974b7ca7595bc2685b222aa4822c13349a2e1 (diff) |
Added documentation for 'disable after cease'v1.6.5
-rw-r--r-- | doc/bird.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b8a81bcf..9b7f796d 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2186,6 +2186,19 @@ using the following configuration parameters: disable the instance automatically and wait for an administrator to fix the problem manually. Default: off. + <tag><label id="bgp-disable-after-cease">disable after cease <m/switch/|<m/set-of-flags/</tag> + When a Cease notification is received, disable the instance + automatically and wait for an administrator to fix the problem manually. + When used with <m/switch/ argument, it means handle every Cease subtype + with the exception of <cf/connection collision/. Default: off. + + The <m/set-of-flags/ allows to narrow down relevant Cease subtypes. The + syntax is <cf>{<m/flag/ [, <m/.../] }</cf>, where flags are: <cf/cease/, + <cf/prefix limit hit/, <cf/administrative shutdown/, + <cf/peer deconfigured/, <cf/administrative reset/, + <cf/connection rejected/, <cf/configuration change/, + <cf/connection collision/, <cf/out of resources/. + <tag><label id="bgp-hold-time">hold time <m/number/</tag> Time in seconds to wait for a Keepalive message from the other side before considering the connection stale. Default: depends on agreement |