]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add min-lease-time, min-secs and use-lease-addr-for-default-route
authorTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:36:07 +0000 (04:36 +0000)
committerTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:36:07 +0000 (04:36 +0000)
includes/dhctoken.h

index 88acd16229834cdc1a7a762bbe4df2cba177c9de..f680517163dd747bb115f1c98c41e542c6df8f77 100644 (file)
 #define HOSTNAME       328
 #define CLIENT_HOSTNAME        329
 #define REJECT         330
+#define USE_LEASE_ADDR_FOR_DEFAULT_ROUTE 331
+#define MIN_LEASE_TIME 332
+#define MIN_SECS       333
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) != STRING &&       \