]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[365-automatically-calculate-the-values-for-options-58-and-59] Moved new parameters
authorFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 14:20:25 +0000 (15:20 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 14:20:25 +0000 (15:20 +0100)
src/bin/dhcp4/dhcp4_parser.yy

index 793e2b8feb7b3f0bc5467f8d7b973623ddb46a22..e8981924b159b44c16c11325013b5ece91038703 100644 (file)
@@ -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"