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