]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add ABANDONED token
authorTed Lemon <source@isc.org>
Thu, 6 Mar 1997 19:28:49 +0000 (19:28 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Mar 1997 19:28:49 +0000 (19:28 +0000)
includes/dhctoken.h

index 4520c56ced231e19f87435a736474c2f9e24f5de..ac5adde601970baf1566afeff1c2b78b7811a001 100644 (file)
 #define MEDIUM         316
 #define ALIAS          317
 #define REBOOT         318
+#define ABANDONED      319
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) != STRING &&       \