]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add authentication/bootp policy keywords.
authorTed Lemon <source@isc.org>
Tue, 9 Mar 1999 23:42:28 +0000 (23:42 +0000)
committerTed Lemon <source@isc.org>
Tue, 9 Mar 1999 23:42:28 +0000 (23:42 +0000)
includes/dhctoken.h

index 88ceb2a4151151e68df18e313d7839967043280e..a66159cbc6e0a44c525a1c19b447b76b45160a6c 100644 (file)
@@ -180,6 +180,11 @@ enum dhcp_token {
        AUTHORITATIVE = 380,
        TOKEN_NOT = 381,
        AUTH_KEY = 382,
+       AUTHENTICATION = 383,
+       IGNORE = 384,
+       ACCEPT = 385,
+       PREFER = 386,
+       DONT = 387,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \