]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add new keywords
authorTed Lemon <source@isc.org>
Fri, 9 May 1997 08:17:23 +0000 (08:17 +0000)
committerTed Lemon <source@isc.org>
Fri, 9 May 1997 08:17:23 +0000 (08:17 +0000)
includes/dhctoken.h

index 18c5ebdcd9c539e330f353e84fcd33a9dbc50e9f..a03d6f20a40a33b54b7348d0765eb99a31ddc066 100644 (file)
 #define ABANDONED      319
 #define        BACKOFF_CUTOFF  320
 #define        INITIAL_INTERVAL 321
+#define NAMESERVER     322
+#define        DOMAIN          323
+#define SEARCH         324
+#define SUPERSEDE      325
+#define APPEND         326
+#define PREPEND                327
+#define HOSTNAME       328
+#define CLIENT_HOSTNAME        329
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) != STRING &&       \