summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-03-05 06:39:09 +0000
committerTed Lemon <source@isc.org>1997-03-05 06:39:09 +0000
commit9fd2f2cbd86d13eb96096e9524af101dd89bbfc3 (patch)
treefd7147f952b3b70370be384b321bd07a27a24008
parentd9f8b1153417d0ad422cb8f5d7c6fb5ff44c0555 (diff)
downloadisc-dhcp-DHCP-970305.tar.gz
Add REBOOT tokenDHCP-970305
-rw-r--r--includes/dhctoken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index b4661198..4520c56c 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -111,6 +111,7 @@
#define MEDIA 315
#define MEDIUM 316
#define ALIAS 317
+#define REBOOT 318
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
(x) != STRING && \