]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add REJECT token
authorTed Lemon <source@isc.org>
Mon, 2 Jun 1997 23:24:05 +0000 (23:24 +0000)
committerTed Lemon <source@isc.org>
Mon, 2 Jun 1997 23:24:05 +0000 (23:24 +0000)
includes/dhctoken.h

index a03d6f20a40a33b54b7348d0765eb99a31ddc066..88acd16229834cdc1a7a762bbe4df2cba177c9de 100644 (file)
 #define PREPEND                327
 #define HOSTNAME       328
 #define CLIENT_HOSTNAME        329
+#define REJECT         330
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) != STRING &&       \