dhcp: add MUD URL option code

This commit is contained in:
Jan Romann 2021-12-10 14:26:28 +01:00 committed by Jan Romann
parent d8b97bfc5d
commit 3de157e211

View File

@ -164,6 +164,8 @@ typedef enum {
#define DHCP_OPTION_TFTP_SERVERNAME 66
#define DHCP_OPTION_BOOTFILE 67
#define DHCP_OPTION_MUD_URL_V4 116 /* RFC 8520 10., MUD URL Option */
/* possible combinations of overloading the file and sname fields with options */
#define DHCP_OVERLOAD_NONE 0
#define DHCP_OVERLOAD_FILE 1