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 5de43130..0315c7c9 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -322,7 +322,8 @@ enum dhcp_token {
MAX_LEASE_MISBALANCE = 626,
MAX_LEASE_OWNERSHIP = 627,
MAX_BALANCE = 628,
- MIN_BALANCE = 629
+ MIN_BALANCE = 629,
+ DOMAIN_LIST = 630
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \