diff options
Diffstat (limited to 'interface-definitions/include/dhcp-dhcpv6-options.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp-dhcpv6-options.xml.i | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/interface-definitions/include/dhcp-dhcpv6-options.xml.i b/interface-definitions/include/dhcp-dhcpv6-options.xml.i deleted file mode 100644 index e4387863b..000000000 --- a/interface-definitions/include/dhcp-dhcpv6-options.xml.i +++ /dev/null @@ -1,41 +0,0 @@ -<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> - </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> |