diff options
| author | Mikhail Sokolovskiy <sokolmish@gmail.com> | 2024-09-24 19:00:11 +0300 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-10-29 12:08:40 +0100 | 
| commit | 681738681a8e74f3125dac4ffd138eb7720e7b0e (patch) | |
| tree | ea1650f3399c48531bcc784dde139cf7842c21ef /doc/user | |
| parent | 848b7db96e572b72be622f99541c72a2a2b48ca9 (diff) | |
bgpd: add `bgp ipv6-auto-ra` command
Introduce a command to stop bgpd from enabling IPv6 router advertisement
messages sending on interfaces.
Signed-off-by: Mikhail Sokolovskiy <sokolmish@gmail.com>
Diffstat (limited to 'doc/user')
| -rw-r--r-- | doc/user/bgp.rst | 7 | ||||
| -rw-r--r-- | doc/user/ipv6.rst | 3 | 
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 2e993aa7c1..0db0a18e6b 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1230,6 +1230,13 @@ IPv6 Support     address family is enabled by default for all new neighbors. +.. clicmd:: bgp ipv6-auto-ra + +   By default, bgpd can ask Zebra to enable sending IPv6 router advertisement +   messages on interfaces. For example, this happens for unnumbered peers +   support or when extended-nexthop capability is used. The ``no`` form of this +   command disables such behaviour. +  .. _bgp-route-aggregation:  Route Aggregation diff --git a/doc/user/ipv6.rst b/doc/user/ipv6.rst index 4f01061e7b..18aae00bdb 100644 --- a/doc/user/ipv6.rst +++ b/doc/user/ipv6.rst @@ -25,7 +25,8 @@ Router Advertisement  .. clicmd:: ipv6 nd suppress-ra     Don't send router advertisement messages. The ``no`` form of this command -   enables sending RA messages. +   enables sending RA messages. Note that while being suppressed, RA messages +   might still be enabled by other daemons, such as bgpd or vrrpd.  .. clicmd:: ipv6 nd prefix ipv6prefix [valid-lifetime] [preferred-lifetime] [off-link] [no-autoconfig] [router-address]  | 
