From: Ted Lemon Date: Tue, 9 Mar 1999 23:42:28 +0000 (+0000) Subject: Add authentication/bootp policy keywords. X-Git-Tag: V3-ALPHA-19990315~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40d08f51e220f6f036f324489f1ad143d3a23516;p=thirdparty%2Fdhcp.git Add authentication/bootp policy keywords. --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 88ceb2a41..a66159cbc 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -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 && \