summaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 6bf50e88..223e1110 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -376,7 +376,8 @@ enum dhcp_token {
LEASE_ID_FORMAT = 676,
TOKEN_HEX = 677,
TOKEN_OCTAL = 678,
- KEY_ALGORITHM = 679
+ KEY_ALGORITHM = 679,
+ DISCONNECT = 680
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \