From 3de157e21196cd07c475a15d5fc29d41b690bffb Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 10 Dec 2021 14:26:28 +0100 Subject: [PATCH] dhcp: add MUD URL option code --- src/include/lwip/prot/dhcp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/lwip/prot/dhcp.h b/src/include/lwip/prot/dhcp.h index ab18dca3..6c89efc7 100644 --- a/src/include/lwip/prot/dhcp.h +++ b/src/include/lwip/prot/dhcp.h @@ -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