diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-10-31 07:36:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 07:36:33 +0100 |
commit | f149ebd9a764ce786eda6242d3b395bf07a3415c (patch) | |
tree | e83a5daae5a049298f8b60d3971d3abdc2f6b8c4 /doc | |
parent | Merge pull request #5237 from ton31337/fix/doc_bgp_redistribute_vpn (diff) | |
parent | doc: bgp sender side as path loop detection (diff) | |
download | frr-f149ebd9a764ce786eda6242d3b395bf07a3415c.tar.xz frr-f149ebd9a764ce786eda6242d3b395bf07a3415c.zip |
Merge pull request #5248 from opensourcerouting/bgp-sender-as-path-loop-detection
bgpd: sender side AS path loop detection
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index b3e89a5f0..6c2065821 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1142,6 +1142,14 @@ Peer Filtering on reflected routes. This option allows the modifications to be reflected as well. Once enabled, it affects all reflected routes. +.. index:: [no] neighbor PEER sender-as-path-loop-detection +.. clicmd:: [no] neighbor PEER sender-as-path-loop-detection + + Enable the detection of sender side AS path loops and filter the + bad routes before they are sent. + + This setting is disabled by default. + .. _bgp-peer-group: Peer Groups |