[PATCH v2 7/9] config: ra_management is deprecated comment
Paul Donald
newtwen+github at gmail.com
Fri Apr 5 04:06:51 PDT 2024
From: Paul Donald <newtwen at gmail.com>
Signed-off-by: Paul Donald <newtwen at gmail.com>
Reviewed-by: Daniel Golle <daniel at makrotopia.org>
---
src/config.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/config.c b/src/config.c
index 1cd4608..0368e74 100644
--- a/src/config.c
+++ b/src/config.c
@@ -892,6 +892,7 @@ int config_parse_interface(void *data, size_t len, const char *name, bool overwr
if ((c = tb[IFACE_ATTR_RA_DEFAULT]))
iface->default_router = blobmsg_get_u32(c);
+ /* IFACE_ATTR_RA_MANAGEMENT aka ra_management is deprecated since 2019 */
if (!tb[IFACE_ATTR_RA_FLAGS] && !tb[IFACE_ATTR_RA_SLAAC] &&
(c = tb[IFACE_ATTR_RA_MANAGEMENT])) {
switch (blobmsg_get_u32(c)) {
--
2.44.0
More information about the openwrt-devel
mailing list