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:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user