summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcpv6-options.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-05-17 16:21:30 +0200
committerChristian Poessinger <christian@poessinger.com>2020-05-17 16:21:30 +0200
commit843c789a0e92c10965440162f4c2af774e61d32e (patch)
tree69cc7fa42f1c96a0c68aa07eee8ba000b7e3eacd /interface-definitions/include/dhcpv6-options.xml.i
parent2411cf35b3cf8a4b11a714ff426e98bc1872e3c3 (diff)
downloadvyos-1x-843c789a0e92c10965440162f4c2af774e61d32e.tar.gz
vyos-1x-843c789a0e92c10965440162f4c2af774e61d32e.zip
xml: split dhcp, dhcpv6 to individual files
Diffstat (limited to 'interface-definitions/include/dhcpv6-options.xml.i')
-rw-r--r--interface-definitions/include/dhcpv6-options.xml.i19
1 files changed, 19 insertions, 0 deletions
diff --git a/interface-definitions/include/dhcpv6-options.xml.i b/interface-definitions/include/dhcpv6-options.xml.i
new file mode 100644
index 000000000..c55a5271f
--- /dev/null
+++ b/interface-definitions/include/dhcpv6-options.xml.i
@@ -0,0 +1,19 @@
+<node name="dhcpv6-options">
+ <properties>
+ <help>DHCPv6 options</help>
+ </properties>
+ <children>
+ <leafNode name="parameters-only">
+ <properties>
+ <help>Acquire only config parameters, no address</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ <leafNode name="temporary">
+ <properties>
+ <help>IPv6 "temporary" address</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ </children>
+</node>