diff options
author | Daniil Baturin <daniil@sentrium.io> | 2019-12-10 05:12:15 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 05:12:15 +0700 |
commit | be09f1ec2bbc2ba23c718b01a5f3b52dde44695f (patch) | |
tree | b5509a7d1d12ac7270f4177526cc51a1e8b6cd64 /interface-definitions/include/dhcp-dhcpv6-options.xml.i | |
parent | eced4a49c67d2e0e3e131193afe679aee0c5c679 (diff) | |
parent | 0b3e8ee977604f2412dfcfa3da5ad24d56c1c7a5 (diff) | |
download | vyos-1x-be09f1ec2bbc2ba23c718b01a5f3b52dde44695f.tar.gz vyos-1x-be09f1ec2bbc2ba23c718b01a5f3b52dde44695f.zip |
Merge pull request #178 from c-po/t1843-xml-preprocessor
Add GCC preprocessor support for XML files
Diffstat (limited to 'interface-definitions/include/dhcp-dhcpv6-options.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp-dhcpv6-options.xml.i | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/interface-definitions/include/dhcp-dhcpv6-options.xml.i b/interface-definitions/include/dhcp-dhcpv6-options.xml.i new file mode 100644 index 000000000..104b1fbe0 --- /dev/null +++ b/interface-definitions/include/dhcp-dhcpv6-options.xml.i @@ -0,0 +1,42 @@ +<node name="dhcp-options"> + <properties> + <help>DHCP options</help> + </properties> + <children> + <leafNode name="client-id"> + <properties> + <help>DHCP client identifier</help> + </properties> + </leafNode> + <leafNode name="host-name"> + <properties> + <help>DHCP client host name (overrides system host name)</help> + </properties> + </leafNode> + <leafNode name="vendor-class-id"> + <properties> + <help>DHCP client vendor type</help> + </properties> + </leafNode> + </children> +</node> +<node name="dhcpv6-options"> + <properties> + <help>DHCPv6 options</help> + <priority>319</priority> + </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> |