mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 07:55:18 +00:00
Making some things optional
This commit is contained in:
committed by
Tomek Mrugalski
parent
8a38840f2f
commit
38af24cb1f
@@ -199,13 +199,11 @@ module ietf-dhcpv4-server {
|
|||||||
leaf renew-time {
|
leaf renew-time {
|
||||||
type uint32;
|
type uint32;
|
||||||
units "seconds";
|
units "seconds";
|
||||||
mandatory true;
|
|
||||||
description "renew time";
|
description "renew time";
|
||||||
}
|
}
|
||||||
leaf rebind-time {
|
leaf rebind-time {
|
||||||
type uint32;
|
type uint32;
|
||||||
units "seconds";
|
units "seconds";
|
||||||
mandatory true;
|
|
||||||
description "rebind time";
|
description "rebind time";
|
||||||
}
|
}
|
||||||
// leaf rapid-commit {
|
// leaf rapid-commit {
|
||||||
@@ -230,7 +228,6 @@ module ietf-dhcpv4-server {
|
|||||||
type leafref {
|
type leafref {
|
||||||
path "/server/server-config/option-sets/option-set/option-set-id";
|
path "/server/server-config/option-sets/option-set/option-set-id";
|
||||||
}
|
}
|
||||||
mandatory true;
|
|
||||||
description "The ID field of relevant option-set to be
|
description "The ID field of relevant option-set to be
|
||||||
provisioned to clients of this address-pool.";
|
provisioned to clients of this address-pool.";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user