diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-04-03 12:49:37 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-04-03 12:49:37 -0300 |
commit | 0d720e5480fa2ab173ab58a91670b7dddd177459 (patch) | |
tree | b3abef57e4b29e106d5370252561d5d3ac76c795 | |
parent | fc5022b17adf7ba23ea0c7bfbacca16c59a0cdd3 (diff) | |
download | vyos-documentation-0d720e5480fa2ab173ab58a91670b7dddd177459.tar.gz vyos-documentation-0d720e5480fa2ab173ab58a91670b7dddd177459.zip |
BGP: add documentation for <solo> option in neighbor configuration
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 3 |
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 ------------------------- |