From: Paul Donald <[email protected]>
Signed-off-by: Paul Donald <[email protected]>
---
src/router.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router.c b/src/router.c
index 2a59530..365aaa8 100644
--- a/src/router.c
+++ b/src/router.c
@@ -656,9 +656,9 @@ static int send_router_advert(struct interface *iface,
const struct in6_addr *fr
if (default_route) {
syslog(LOG_WARNING, "A default route is present but
there is no public prefix "
- "on %s thus we don't announce a
default route by overriding ra_lifetime!", iface->name);
+ "on %s thus we announce no
default route by overriding ra_lifetime to 0!", iface->name);
} else {
- syslog(LOG_WARNING, "No default route present,
overriding ra_lifetime!");
+ syslog(LOG_WARNING, "No default route present,
overriding ra_lifetime to 0!");
}
}
--
2.44.0
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel