From 64967d8012ba004151c490f461f9434318ef737e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 10 Jan 2019 15:20:25 +0100 Subject: [PATCH] [365-automatically-calculate-the-values-for-options-58-and-59] Moved new parameters --- src/bin/dhcp4/dhcp4_parser.yy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy index 793e2b8fe..e8981924b 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" -- 2.18.1