diff options
Diffstat (limited to 'src/dhcp-protocol.h')
-rw-r--r-- | src/dhcp-protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dhcp-protocol.h b/src/dhcp-protocol.h index 6ff3ffa..e281143 100644 --- a/src/dhcp-protocol.h +++ b/src/dhcp-protocol.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2022 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -64,6 +64,7 @@ #define OPTION_SIP_SERVER 120 #define OPTION_VENDOR_IDENT 124 #define OPTION_VENDOR_IDENT_OPT 125 +#define OPTION_MUD_URL_V4 161 #define OPTION_END 255 #define SUBOPT_CIRCUIT_ID 1 |