mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
Add ENCAPSULATE and VENDOR tokens.
This commit is contained in:
@@ -291,7 +291,9 @@ enum dhcp_token {
|
|||||||
PAUSED = 587,
|
PAUSED = 587,
|
||||||
RECOVER_DONE = 588,
|
RECOVER_DONE = 588,
|
||||||
SHUTDOWN = 589,
|
SHUTDOWN = 589,
|
||||||
STARTUP = 590
|
STARTUP = 590,
|
||||||
|
ENCAPSULATE = 591,
|
||||||
|
VENDOR = 592
|
||||||
};
|
};
|
||||||
|
|
||||||
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
||||||
|
Reference in New Issue
Block a user