diff options
author | Lucas Christian <lucas@lucasec.com> | 2024-08-11 15:18:38 -0700 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-08-12 22:23:52 +0200 |
commit | a2b6098e6f9c1915a61a9aebc8f9852bd897387c (patch) | |
tree | a21abb8630b1bb2b8bd9187c20ebd96145e3bb93 /interface-definitions/include/dhcp/option-v6.xml.i | |
parent | 709bbddb3ee710c45284a8927b15889811ccb0fd (diff) | |
download | vyos-1x-a2b6098e6f9c1915a61a9aebc8f9852bd897387c.tar.gz vyos-1x-a2b6098e6f9c1915a61a9aebc8f9852bd897387c.zip |
T6648: dhcpv6-server: align stateless DHCPv6 options with stateful
Diffstat (limited to 'interface-definitions/include/dhcp/option-v6.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp/option-v6.xml.i | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/include/dhcp/option-v6.xml.i b/interface-definitions/include/dhcp/option-v6.xml.i index 1df0c3934..e1897f52d 100644 --- a/interface-definitions/include/dhcp/option-v6.xml.i +++ b/interface-definitions/include/dhcp/option-v6.xml.i @@ -78,6 +78,18 @@ <multi/> </properties> </leafNode> + <leafNode name="info-refresh-time"> + <properties> + <help>Time (in seconds) that stateless clients should wait between refreshing the information they were given</help> + <valueHelp> + <format>u32:1-4294967295</format> + <description>DHCPv6 information refresh time</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 1-4294967295"/> + </constraint> + </properties> + </leafNode> <node name="vendor-option"> <properties> <help>Vendor Specific Options</help> |