From: Vincent Bernat Date: Thu, 19 May 2016 21:22:17 +0000 (+0200) Subject: netlink: don't complain of removal of inexistant IPv6 addresses X-Git-Tag: 0.9.3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8027d9076489bf4c54ab58100ffe847e749108f2;p=thirdparty%2Flldpd.git netlink: don't complain of removal of inexistant IPv6 addresses This happens with link-local addresses. --- diff --git a/src/daemon/netlink.c b/src/daemon/netlink.c index 60e0ec5d..b1ea76cb 100644 --- a/src/daemon/netlink.c +++ b/src/daemon/netlink.c @@ -533,7 +533,7 @@ retry: } } else { if (ifaold == NULL) { - log_warnx("netlink", + log_info("netlink", "removal request for address of %s%%%d, but no knowledge of it", addr, ifanew->index); } else {