diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-03 10:00:59 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-03 10:00:59 +0100 |
commit | 62b36a812a922ad6fc17f636bba029e463f35d49 (patch) | |
tree | 86a32f3a6db068ca09a2408ea25d3c8c379a01fc /docs/configuration/service | |
parent | b09abf59249c80f60cdbe05f2aebcf6c7dc7e6df (diff) | |
download | vyos-documentation-62b36a812a922ad6fc17f636bba029e463f35d49.tar.gz vyos-documentation-62b36a812a922ad6fc17f636bba029e463f35d49.zip |
ipv6: improve PPPoE and RA examples
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/router-advert.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/router-advert.rst index eb1a6844..f179153a 100644 --- a/docs/configuration/service/router-advert.rst +++ b/docs/configuration/service/router-advert.rst @@ -26,7 +26,7 @@ Supported interface types: Enabling Advertisments ~~~~~~~~~~~~~~~~~~~~~~~ -.. cfgcmd:: set service router-advert interface <interface> .... +.. cfgcmd:: set service router-advert interface <interface> ... .. stop_vyoslinter @@ -52,7 +52,11 @@ Enabling Advertisments Advertising a Prefix '''''''''''''''''''' -.. cfgcmd:: set service router-advert interface <interface> prefix 2001:DB8::/32 +.. 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. .. stop_vyoslinter |