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

Sync with 3.0rc7

This commit is contained in:
Ted Lemon
2001-05-17 19:04:09 +00:00
parent cb7cfe5cb7
commit 31bbee784c
21 changed files with 449 additions and 167 deletions

View File

@@ -312,7 +312,8 @@ enum dhcp_token {
END_OF_FILE = 607,
RECOVER_WAIT = 608,
SERVER = 609,
CONNECT = 610
CONNECT = 610,
REMOVE = 611
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \