summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/bgp.rst
diff options
context:
space:
mode:
authorNicolas Fort <nicolasfort1988@gmail.com>2022-04-03 12:49:37 -0300
committerNicolas Fort <nicolasfort1988@gmail.com>2022-04-03 12:49:37 -0300
commit0d720e5480fa2ab173ab58a91670b7dddd177459 (patch)
treeb3abef57e4b29e106d5370252561d5d3ac76c795 /docs/configuration/protocols/bgp.rst
parentfc5022b17adf7ba23ea0c7bfbacca16c59a0cdd3 (diff)
downloadvyos-documentation-0d720e5480fa2ab173ab58a91670b7dddd177459.tar.gz
vyos-documentation-0d720e5480fa2ab173ab58a91670b7dddd177459.zip
BGP: add documentation for <solo> option in neighbor configuration
Diffstat (limited to 'docs/configuration/protocols/bgp.rst')
-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
-------------------------