mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
dhcp6: add MUD URL option code
This commit is contained in:
parent
3de157e211
commit
5571762829
@ -129,6 +129,7 @@ typedef enum {
|
||||
#define DHCP6_OPTION_DNS_SERVERS 23 /* RFC 3646 */
|
||||
#define DHCP6_OPTION_DOMAIN_LIST 24 /* RFC 3646 */
|
||||
#define DHCP6_OPTION_SNTP_SERVERS 31 /* RFC 4075 */
|
||||
#define DHCP6_OPTION_MUD_URL_V6 112 /* RFC 8520 */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user