aboutsummaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index dc28f39..9911d70 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -361,7 +361,9 @@ enum dhcp_token {
GETHOSTNAME = 662,
REWIND = 663,
INITIAL_DELAY = 664,
- GETHOSTBYNAME = 665
+ GETHOSTBYNAME = 665,
+ PRIMARY6 = 666,
+ SECONDARY6 = 667
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \