]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
netlink: don't complain of removal of inexistant IPv6 addresses
authorVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 21:22:17 +0000 (23:22 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 21:22:17 +0000 (23:22 +0200)
This happens with link-local addresses.

src/daemon/netlink.c

index 60e0ec5df8bac00dce2a098a023289026208ff99..b1ea76cbf327f096fb7985491b735143ef7128ff 100644 (file)
@@ -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 {