diff options
author | Robert Göhler <github@ghlr.de> | 2022-07-26 21:06:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 21:06:17 +0200 |
commit | 6793a41a777d210464b6b511a3e7c3bb09af1c32 (patch) | |
tree | 2b5832e961db0ebacea393f9e20e3426cdee44c4 | |
parent | 942549ea91d4479d8519f04d4e4fa5fb16f9689a (diff) | |
parent | 8e9ce7ed368f955341e7a73045d9bc7ab27ce653 (diff) | |
download | vyos-documentation-6793a41a777d210464b6b511a3e7c3bb09af1c32.tar.gz vyos-documentation-6793a41a777d210464b6b511a3e7c3bb09af1c32.zip |
Merge pull request #819 from vfreex/ra-add-options
router-advert: Add deprecate-prefix & decrement-lifetimes
-rw-r--r-- | docs/configuration/service/router-advert.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/router-advert.rst index 36fa600d..0de72941 100644 --- a/docs/configuration/service/router-advert.rst +++ b/docs/configuration/service/router-advert.rst @@ -61,6 +61,8 @@ Advertising a Prefix :header: "VyOS Field", "Description" :widths: 10,30 + "decrement-lifetime", "Lifetime is decremented by the number of seconds since the last RA - use in conjunction with a DHCPv6-PD prefix" + "deprecate-prefix", "Upon shutdown, this option will deprecate the prefix by announcing it in the shutdown RA" "no-autonomous-flag","Prefix can not be used for stateless address auto-configuration" "no-on-link-flag","Prefix can not be used for on-link determination" "preferred-lifetime","Time in seconds that the prefix will remain preferred (default 4 hours)" |