summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2022-04-03 21:22:42 +0200
committerGitHub <noreply@github.com>2022-04-03 21:22:42 +0200
commitdafb1a0b980cb17fc31531e105178700b305be2e (patch)
treeb3abef57e4b29e106d5370252561d5d3ac76c795
parentfc5022b17adf7ba23ea0c7bfbacca16c59a0cdd3 (diff)
parent0d720e5480fa2ab173ab58a91670b7dddd177459 (diff)
downloadvyos-documentation-dafb1a0b980cb17fc31531e105178700b305be2e.tar.gz
vyos-documentation-dafb1a0b980cb17fc31531e105178700b305be2e.zip
Merge pull request #745 from nicolas-fort/bgp_solo
BGP: add documentation for <solo> option in neighbor configuration
-rw-r--r--docs/configuration/protocols/bgp.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst
index b4a61b9a..24d81cef 100644
--- a/docs/configuration/protocols/bgp.rst
+++ b/docs/configuration/protocols/bgp.rst
@@ -850,6 +850,9 @@ For outbound updates the order of preference is:
must create an IP prefix list for the specified BGP peer applied in inbound
derection.
+.. cfgcmd:: set protocols bgp neighbor <address|interface> solo
+
+ This command prevents from sending back prefixes learned from the neighbor.
BGP Scaling Configuration
-------------------------