[riot-notifications] [RIOT-OS/RIOT] Add MUD URL option to DHCPv6 client (#15508)
Jan Romann
notifications at github.com
Fri Nov 27 11:59:33 CET 2020
@JKRhb commented on this pull request.
> +ifdef MUD_URL
+ QUOTATION = "\""
+ CFLAGS += -DMUD_URL=$(QUOTATION)$(MUD_URL)$(QUOTATION)
+endif
This is a great suggestion. Would the lines
```c
#ifndef CONFIG_DHCPV6_CLIENT_MUD_URL
#define CONFIG_DHCPV6_CLIENT_MUD_URL "https://example.org"
#endif
```
have to be added to the `client.h` header file or somewhere else?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15508#discussion_r531531335
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201127/5555b23e/attachment-0001.htm>
More information about the notifications
mailing list