diff options
author | factor2431 <factor2431@outlook.com> | 2025-06-20 18:27:33 +0800 |
---|---|---|
committer | factor2431 <factor2431@outlook.com> | 2025-06-20 18:27:33 +0800 |
commit | 102eb9d462d7dcaaba71c1b7e27cf91fda84a21f (patch) | |
tree | 17dcb53dd45d47da0c87713dd1200ade3dce6c0d /docs/configuration/protocols | |
parent | 4b96361fcba53df1c97bc5eff33c9f730f11ae58 (diff) | |
download | vyos-documentation-102eb9d462d7dcaaba71c1b7e27cf91fda84a21f.tar.gz vyos-documentation-102eb9d462d7dcaaba71c1b7e27cf91fda84a21f.zip |
T7531: Add documentation for no-ipv6-auto-ra
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 3c983aae..71ba533b 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -627,6 +627,12 @@ Common parameters Disable immediate session reset if peer's connected link goes down. +.. cfgcmd:: set protocols bgp parameters no-ipv6-auto-ra + + By default, FRR sends router advertisement packets when Extended Next Hop is + on or when a connection is established directly using the device name (Unnumbered BGP). + Setting this option prevents FRR from sending router advertisement packets, but could break Unnumbered BGP. + .. cfgcmd:: set protocols bgp listen range <prefix> peer-group <name> This command is useful if one desires to loosen the requirement for BGP |