diff options
author | Ryan Zuwala <ryanzuwala@gmail.com> | 2025-04-29 09:17:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 14:17:27 +0100 |
commit | 527d9c0126748062c92a830bf4dbea3a7a94a37f (patch) | |
tree | 7ca7a6a3a2b405c27f591c7930fd5613d4a7fe04 /docs/configuration | |
parent | 170869e18db4e607ce0401a341ff31bee0b80db8 (diff) | |
download | vyos-documentation-527d9c0126748062c92a830bf4dbea3a7a94a37f.tar.gz vyos-documentation-527d9c0126748062c92a830bf4dbea3a7a94a37f.zip |
router-advert: T7380: auto-ignore documentation (#1626)
Add documentation for new auto-ignore prefixes feature
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/service/router-advert.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/router-advert.rst index 365017dd..cb9a6037 100644 --- a/docs/configuration/service/router-advert.rst +++ b/docs/configuration/service/router-advert.rst @@ -46,6 +46,7 @@ Configuration "Interval", "interval", "Min and max intervals between unsolicited multicast RAs" "DNSSL", "dnssl", "DNS search list to advertise" "Name Server", "name-server", "Advertise DNS server per https://tools.ietf.org/html/rfc6106" + "Auto Ignore Prefix", "auto-ignore", "Exclude a prefix from being advertised when the wildcard ::/64 prefix is used" .. start_vyoslinter @@ -56,8 +57,8 @@ Advertising a Prefix .. cfgcmd:: set service router-advert interface <interface> prefix <prefix/mask> .. note:: You can also opt for using `::/64` as prefix for your :abbr:`RAs (Router - Advertisements)`. This will take the IPv6 GUA prefix assigned to the interface, - which comes in handy when using DHCPv6-PD. + Advertisements)`. This is a special wildcard prefix that will emit :abbr:`RAs (Router Advertisements)` for every prefix assigned to the interface. + This comes in handy when using dynamically obtained prefixes from DHCPv6-PD. .. stop_vyoslinter |