From e36c281fc9058766bc1b86323ca7af7b341ee825 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Thu, 14 Jun 2018 09:29:39 +0000 Subject: [PATCH] Remove stale comment. in6_ifdetach() can be called from places where addresses are not removed yet. --- sys/netinet6/in6_ifattach.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index e20228dce48..99a31292d22 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -749,7 +749,6 @@ _in6_ifdetach(struct ifnet *ifp, int purgeulp) /* * nuke any of IPv6 addresses we have - * XXX: all addresses should be already removed */ CK_STAILQ_FOREACH_SAFE(ifa, &ifp->if_addrhead, ifa_link, next) { if (ifa->ifa_addr->sa_family != AF_INET6)