summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2019-10-31 07:36:33 +0100
committerGitHub <noreply@github.com>2019-10-31 07:36:33 +0100
commitf149ebd9a764ce786eda6242d3b395bf07a3415c (patch)
treee83a5daae5a049298f8b60d3971d3abdc2f6b8c4 /doc
parentMerge pull request #5237 from ton31337/fix/doc_bgp_redistribute_vpn (diff)
parentdoc: bgp sender side as path loop detection (diff)
downloadfrr-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.rst8
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