2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

Making some things optional

This commit is contained in:
Piotr Strzy¿ewski
2018-07-15 19:20:57 +02:00
committed by Tomek Mrugalski
parent 8a38840f2f
commit 38af24cb1f

View File

@@ -199,13 +199,11 @@ module ietf-dhcpv4-server {
leaf renew-time {
type uint32;
units "seconds";
mandatory true;
description "renew time";
}
leaf rebind-time {
type uint32;
units "seconds";
mandatory true;
description "rebind time";
}
// leaf rapid-commit {
@@ -230,7 +228,6 @@ module ietf-dhcpv4-server {
type leafref {
path "/server/server-config/option-sets/option-set/option-set-id";
}
mandatory true;
description "The ID field of relevant option-set to be
provisioned to clients of this address-pool.";
}