]> git.puffer.fish Git - mirror/frr.git/commitdiff
Revert "doc: user doc for route-flap dampening commands"
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 2 Aug 2021 10:17:42 +0000 (13:17 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 6 Aug 2021 18:37:01 +0000 (21:37 +0300)
This reverts commit 54b34709f8603be3f7d13ae224aa8cade49b1741.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
doc/user/bgp.rst

index be47ce065150557692f809702ef16e1a69cfed53..759fa4af736e691ad79d2a46784b8306eb2151f6 100644 (file)
@@ -499,54 +499,28 @@ Disable checking if nexthop is connected on EBGP sessions
 Route Flap Dampening
 --------------------
 
-.. clicmd:: bgp dampening [(1-45) [(1-20000) (1-20000) (1-255)]]
+.. clicmd:: bgp dampening (1-45) (1-20000) (1-20000) (1-255)
 
-   This command enables (with optionally specified dampening parameters) or
-   disables route-flap dampening for all routes of a BGP instance.
-
-.. clicmd:: neighbor PEER dampening [(1-45) [(1-20000) (1-20000) (1-255)]]
-
-   This command enables (with optionally specified dampening parameters) or
-   disables route-flap dampening for all routes learned from a BGP peer.
-
-.. clicmd:: neighbor GROUP dampening [(1-45) [(1-20000) (1-20000) (1-255)]]
-
-   This command enables (with optionally specified dampening parameters) or
-   disables route-flap dampening for all routes learned from peers of a peer
-   group.
+   This command enables BGP route-flap dampening and specifies dampening parameters.
 
    half-life
-      Half-life time for the penalty in minutes (default value: 15).
+      Half-life time for the penalty
 
    reuse-threshold
-      Value to start reusing a route (default value: 750).
+      Value to start reusing a route
 
    suppress-threshold
-      Value to start suppressing a route (default value: 2000).
+      Value to start suppressing a route
 
    max-suppress
-      Maximum duration to suppress a stable route in minutes (default value:
-      60).
+      Maximum duration to suppress a stable route
 
    The route-flap damping algorithm is compatible with :rfc:`2439`. The use of
-   these commands is not recommended nowadays.
+   this command is not recommended nowadays.
 
    At the moment, route-flap dampening is not working per VRF and is working only
    for IPv4 unicast and multicast.
 
-   With different parameter sets configurable for BGP instances, peer groups and
-   peers, the active dampening profile for a route is chosen on the fly,
-   allowing for various changes in configuration (i.e. peer group memberships)
-   during runtime. The parameter sets are taking precedence in the following
-   order:
-
-   1. Peer
-   2. Peer group
-   3. BGP instance
-
-   The negating commands do not allow to exclude a peer/peer group from a peer
-   group/BGP instances configuration.
-
 .. seealso::
    https://www.ripe.net/publications/docs/ripe-378