2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Add new NS error type, null and related tokens.

This commit is contained in:
Ted Lemon
2000-01-08 01:27:56 +00:00
parent 6200131d5d
commit 14a2c38321
2 changed files with 51 additions and 3 deletions

View File

@@ -214,7 +214,23 @@ enum dhcp_token {
NO = 431,
TOKEN_DELETE,
NS_UPDATE,
UPDATE
UPDATE,
SWITCH,
CASE,
NS_FORMERR,
NS_NOERROR,
NS_NOTAUTH,
NS_NOTIMP,
NS_NOTZONE,
NS_NXDOMAIN,
NS_NXRRSET,
NS_REFUSED,
NS_SERVFAIL,
NS_YXDOMAIN,
NS_YXRRSET,
TOKEN_NULL,
TOKEN_SET,
DEFINED
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \