mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
Allow option codes to be >8 bits.
This commit is contained in:
@@ -142,7 +142,7 @@ struct option {
|
|||||||
char *name;
|
char *name;
|
||||||
char *format;
|
char *format;
|
||||||
struct universe *universe;
|
struct universe *universe;
|
||||||
unsigned char code;
|
int code;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum expression_context {
|
enum expression_context {
|
||||||
|
Reference in New Issue
Block a user