diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-22 08:26:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 08:26:11 +0200 |
commit | 99a0c88dd9dd1c0e0b00a587bbdefb7f04b865e2 (patch) | |
tree | a9e0896fc8bb0178f9d44bd75e823cadf31826b1 /interface-definitions | |
parent | dfd0e56fab14321a55224fc11f4549e781bdf771 (diff) | |
parent | 3253864641e797809a99401174688507a01c1255 (diff) | |
download | vyos-1x-99a0c88dd9dd1c0e0b00a587bbdefb7f04b865e2.tar.gz vyos-1x-99a0c88dd9dd1c0e0b00a587bbdefb7f04b865e2.zip |
Merge pull request #1421 from vfreex/radvd-prefix-specific-options
T4550: router-advert: Add deprecate-prefix & decrement-lifetimes options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service-router-advert.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/service-router-advert.xml.in b/interface-definitions/service-router-advert.xml.in index 258b7b749..87ec512d6 100644 --- a/interface-definitions/service-router-advert.xml.in +++ b/interface-definitions/service-router-advert.xml.in @@ -249,6 +249,18 @@ <valueless/> </properties> </leafNode> + <leafNode name="deprecate-prefix"> + <properties> + <help>Upon shutdown, this option will deprecate the prefix by announcing it in the shutdown RA</help> + <valueless/> + </properties> + </leafNode> + <leafNode name="decrement-lifetime"> + <properties> + <help>Lifetime is decremented by the number of seconds since the last RA - use in conjunction with a DHCPv6-PD prefix</help> + <valueless/> + </properties> + </leafNode> <leafNode name="preferred-lifetime"> <properties> <help>Time in seconds that the prefix will remain preferred</help> |