]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
One more try ;-)
authorPiotr Strzy¿ewski <spiotr007@gmail.com>
Sun, 15 Jul 2018 18:07:37 +0000 (20:07 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 21 Aug 2018 10:18:56 +0000 (12:18 +0200)
src/lib/yang/models/ietf-dhcpv4-options.yang

index 71eb433632b15a5ca248481c743603ca5d5e272c..c4a544e5d36fa8c607f1ee4d82dc3014c89a613a 100644 (file)
@@ -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";
       }
     }