From: Francis Dupont Date: Thu, 10 Jan 2019 14:20:25 +0000 (+0100) Subject: [365-automatically-calculate-the-values-for-options-58-and-59] Moved new parameters X-Git-Tag: 313-return-a-list-of-all-reservations-by-subnet-id_base~1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64967d8012ba004151c490f461f9434318ef737e;p=thirdparty%2Fkea.git [365-automatically-calculate-the-values-for-options-58-and-59] Moved new parameters --- diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy index 793e2b8feb..e8981924b1 100644 --- a/src/bin/dhcp4/dhcp4_parser.yy +++ b/src/bin/dhcp4/dhcp4_parser.yy @@ -99,6 +99,9 @@ using namespace std; VALID_LIFETIME "valid-lifetime" RENEW_TIMER "renew-timer" REBIND_TIMER "rebind-timer" + CALCULATE_TEE_TIMES "calculate-tee-times" + T1_PERCENT "t1-percent" + T2_PERCENT "t2-percent" DECLINE_PROBATION_PERIOD "decline-probation-period" SERVER_TAG "server-tag" SUBNET4 "subnet4" @@ -116,9 +119,6 @@ using namespace std; RECORD_TYPES "record-types" ENCAPSULATE "encapsulate" ARRAY "array" - CALCULATE_TEE_TIMES "calculate-tee-times" - T1_PERCENT "t1-percent" - T2_PERCENT "t2-percent" SHARED_NETWORKS "shared-networks"