dhcp6: add MUD URL option code

This commit is contained in:
Jan Romann 2021-12-10 14:30:05 +01:00 committed by Jan Romann
parent 3de157e211
commit 5571762829

View File

@ -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