diff options
author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-26 10:00:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 10:00:03 +0100 |
commit | 6a7eb7beed3dc19fc0d235bd980c7a601dbdbb28 (patch) | |
tree | 7238529fec8593c451f73cd7b2cb03c1f55cfae5 | |
parent | 3a23a766fc7444bc99f45d26972d3b237e092030 (diff) | |
download | vyos-documentation-6a7eb7beed3dc19fc0d235bd980c7a601dbdbb28.tar.gz vyos-documentation-6a7eb7beed3dc19fc0d235bd980c7a601dbdbb28.zip |
T7531: Add documentation for no-ipv6-auto-ra (#1649)
(cherry picked from commit 102eb9d462d7dcaaba71c1b7e27cf91fda84a21f)
Co-authored-by: factor2431 <factor2431@outlook.com>
-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 85bb41ca..ab07308d 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 |