We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ebbf7 commit ffa77c2Copy full SHA for ffa77c2
src/include/lwip/opt.h
@@ -983,6 +983,19 @@
983
#if !defined LWIP_DHCP_MUD_URL || defined __DOXYGEN__
984
#define LWIP_DHCP_MUD_URL 0
985
#endif
986
+
987
+/**
988
+ * LWIP_MUD_URL_STRING: Specifies a URL that points to a Manufacturer Usage Description (MUD)
989
+ * file describing this device.
990
+ * This URL will only be emitted via DHCP or DHCPv6 if LWIP_DHCP_MUD_URL or LWIP_DHCP6_MUD_URL are set
991
+ * to 1, respectively.
992
+ * The URL MUST start with https://.
993
+ *
994
+ * See RFC 8520 for more information.
995
+ */
996
+#ifdef __DOXYGEN__
997
+#define LWIP_MUD_URL_STRING "https://example.org/mud-file"
998
+#endif
999
/**
1000
* @}
1001
*/
0 commit comments