diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-20 17:05:05 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-20 17:14:47 +0100 |
commit | 5dfdb8b1008f7198073a6b2c10e506fa1cf5a816 (patch) | |
tree | a765b3140c5d851e5b1aba7220595e7ea9ad0793 /interface-definitions/include/dhcpv6-options.xml.i | |
parent | 34437ff4dee5fb9fb70bbc7c8b83ecb074793770 (diff) | |
download | vyos-1x-5dfdb8b1008f7198073a6b2c10e506fa1cf5a816.tar.gz vyos-1x-5dfdb8b1008f7198073a6b2c10e506fa1cf5a816.zip |
Revert "dhcpv6: T3134: add missing duid support"
This reverts commit 9541355433e202fade4692851bffa33ba9d48f44.
Diffstat (limited to 'interface-definitions/include/dhcpv6-options.xml.i')
-rw-r--r-- | interface-definitions/include/dhcpv6-options.xml.i | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/interface-definitions/include/dhcpv6-options.xml.i b/interface-definitions/include/dhcpv6-options.xml.i index 997d4f2a4..9a1016956 100644 --- a/interface-definitions/include/dhcpv6-options.xml.i +++ b/interface-definitions/include/dhcpv6-options.xml.i @@ -4,18 +4,6 @@ <help>DHCPv6 client settings/options</help> </properties> <children> - <leafNode name="duid"> - <properties> - <help>DHCP unique identifier (DUID) to be sent by dhcpv6 client</help> - <valueHelp> - <format><h:h:h:h:h:h:h:h:h:h:h:h:h:h:h:h></format> - <description>DHCP unique identifier (DUID)</description> - </valueHelp> - <constraint> - <validator name="ipv6-duid"/> - </constraint> - </properties> - </leafNode> <leafNode name="parameters-only"> <properties> <help>Acquire only config parameters, no address</help> |