From: Piotr Strzy¿ewski Date: Sun, 15 Jul 2018 18:07:37 +0000 (+0200) Subject: One more try ;-) X-Git-Tag: gitlab29-base~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d42cd23a2eabf6800a63359d6d9d8bb68b3fae;p=thirdparty%2Fkea.git One more try ;-) --- diff --git a/src/lib/yang/models/ietf-dhcpv4-options.yang b/src/lib/yang/models/ietf-dhcpv4-options.yang index 71eb433632..c4a544e5d3 100644 --- a/src/lib/yang/models/ietf-dhcpv4-options.yang +++ b/src/lib/yang/models/ietf-dhcpv4-options.yang @@ -149,13 +149,12 @@ module ietf-dhcpv4-options { } } container hostname-option { - if-feature hostname-op; + // if-feature hostname-op; // presence "Enable this option"; description "Hostname (12) Hostname string"; reference "RFC2132: DHCP Options and BOOTP Vendor Extensions"; leaf hostname { type string; - mandatory true; description "Hostname"; } }