mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
Add REBOOT token
This commit is contained in:
@@ -111,6 +111,7 @@
|
|||||||
#define MEDIA 315
|
#define MEDIA 315
|
||||||
#define MEDIUM 316
|
#define MEDIUM 316
|
||||||
#define ALIAS 317
|
#define ALIAS 317
|
||||||
|
#define REBOOT 318
|
||||||
|
|
||||||
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
||||||
(x) != STRING && \
|
(x) != STRING && \
|
||||||
|
Reference in New Issue
Block a user