From: Piotr Strzy¿ewski Date: Sun, 15 Jul 2018 18:15:50 +0000 (+0200) Subject: Some other things made optional X-Git-Tag: gitlab29-base~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e003896e538b03fb922ac9748f3dd6c12e318c;p=thirdparty%2Fkea.git Some other things made optional --- diff --git a/src/lib/yang/models/ietf-dhcpv4-options.yang b/src/lib/yang/models/ietf-dhcpv4-options.yang index c4a544e5d3..57a081c19d 100644 --- a/src/lib/yang/models/ietf-dhcpv4-options.yang +++ b/src/lib/yang/models/ietf-dhcpv4-options.yang @@ -165,7 +165,6 @@ module ietf-dhcpv4-options { reference "RFC2132: DHCP Options and BOOTP Vendor Extensions"; leaf domain-name { type string; - mandatory true; description "Domain Name"; } } @@ -176,7 +175,6 @@ module ietf-dhcpv4-options { reference "RFC2132: DHCP Options and BOOTP Vendor Extensions"; leaf broadcast-addr { type inet:ipv4-address; - mandatory true; description "Broadcast address"; } } @@ -207,7 +205,6 @@ module ietf-dhcpv4-options { reference "RFC2132: DHCP Options and BOOTP Vendor Extensions"; leaf server-name { type string; - mandatory true; description "TFTP Server Name"; } } @@ -218,7 +215,6 @@ module ietf-dhcpv4-options { reference "RFC2132: DHCP Options and BOOTP Vendor Extensions"; leaf bootfile-name { type string; - mandatory true; description "Boot File Name"; } }