summaryrefslogtreecommitdiff
path: root/interface-definitions/service_dhcpv6-server.xml.in
diff options
context:
space:
mode:
authorLucas Christian <lucas@lucasec.com>2024-08-11 15:18:38 -0700
committerChristian Breunig <christian@breunig.cc>2024-08-12 22:23:52 +0200
commita2b6098e6f9c1915a61a9aebc8f9852bd897387c (patch)
treea21abb8630b1bb2b8bd9187c20ebd96145e3bb93 /interface-definitions/service_dhcpv6-server.xml.in
parent709bbddb3ee710c45284a8927b15889811ccb0fd (diff)
downloadvyos-1x-a2b6098e6f9c1915a61a9aebc8f9852bd897387c.tar.gz
vyos-1x-a2b6098e6f9c1915a61a9aebc8f9852bd897387c.zip
T6648: dhcpv6-server: align stateless DHCPv6 options with stateful
Diffstat (limited to 'interface-definitions/service_dhcpv6-server.xml.in')
-rw-r--r--interface-definitions/service_dhcpv6-server.xml.in22
1 files changed, 1 insertions, 21 deletions
diff --git a/interface-definitions/service_dhcpv6-server.xml.in b/interface-definitions/service_dhcpv6-server.xml.in
index daca7b43f..cf14388e8 100644
--- a/interface-definitions/service_dhcpv6-server.xml.in
+++ b/interface-definitions/service_dhcpv6-server.xml.in
@@ -63,27 +63,7 @@
</constraint>
</properties>
</leafNode>
- <node name="common-options">
- <properties>
- <help>Common options to distribute to all clients, including stateless clients</help>
- </properties>
- <children>
- <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>
- #include <include/dhcp/domain-search.xml.i>
- #include <include/name-server-ipv6.xml.i>
- </children>
- </node>
+ #include <include/dhcp/option-v6.xml.i>
<tagNode name="subnet">
<properties>
<help>IPv6 DHCP subnet for this shared network</help>