diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-10-28 13:28:29 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 13:28:29 +0100 | 
| commit | e4df48083185f959e5acf1cc7f69c6289d769c35 (patch) | |
| tree | 8064b83f990568252e81466e513042bc97f57f3d /doc/user/bgp.rst | |
| parent | dd48a0b7917d9bd94bd3296054fbb732aa9198e4 (diff) | |
| parent | 7b1c0c23fcdebda088d4dae334bbbadaf16cea55 (diff) | |
Merge pull request #16354 from Sokolmish/zebra-no-ra
Diffstat (limited to 'doc/user/bgp.rst')
| -rw-r--r-- | doc/user/bgp.rst | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index f2005c18dd..20a9ef84fa 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1290,6 +1290,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  | 
