summaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-10-13 06:34:15 -0400
committerThomas Markwalder <tmark@isc.org>2015-10-13 06:34:15 -0400
commit347d4962d01dbbf991668eac48fcdbe5c74bd4ce (patch)
treed3f22c75b9b9a6fe90ffc6f12a0910bebabdddbb /includes/dhctoken.h
parente8e6768a62d7c9cfdcc5dbd6d55936d1c791a6ed (diff)
downloadisc-dhcp-347d4962d01dbbf991668eac48fcdbe5c74bd4ce.tar.gz
[master] Added authoring-btye-order parameter to lease file handling
Merged in rt38396.
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index c4b77a7c..c1db9da3 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -368,7 +368,10 @@ enum dhcp_token {
POOL6 = 669,
V6RELAY = 670,
V6RELOPT = 671,
- PARSE_VENDOR_OPT = 672
+ PARSE_VENDOR_OPT = 672,
+ AUTHORING_BYTE_ORDER = 673,
+ TOKEN_LITTLE_ENDIAN = 674,
+ TOKEN_BIG_ENDIAN = 675
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \