From c8bd4b206a12aef6f4f2e8120b58be8b868b956b Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 5 Oct 2018 07:06:10 +0000 Subject: Do not join node information multicast group (RFC 4620). Benno removed code to answer ICMP queries over 4 years ago. Aham Brahmasmi (aham.brahmasmi AT gmx.com) points out that we still joined the group though. OK sthen, bluhm, kn --- sys/netinet6/in6_ifattach.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet6/in6_ifattach.h') diff --git a/sys/netinet6/in6_ifattach.h b/sys/netinet6/in6_ifattach.h index 0f54b457de9..244451ad12c 100644 --- a/sys/netinet6/in6_ifattach.h +++ b/sys/netinet6/in6_ifattach.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_ifattach.h,v 1.8 2018/02/10 05:52:08 florian Exp $ */ +/* $OpenBSD: in6_ifattach.h,v 1.9 2018/10/05 07:06:09 florian Exp $ */ /* $KAME: in6_ifattach.h,v 1.9 2000/04/12 05:35:48 itojun Exp $ */ /* @@ -36,7 +36,6 @@ #ifdef _KERNEL int in6_ifattach(struct ifnet *); void in6_ifdetach(struct ifnet *); -int in6_nigroup(struct ifnet *, const char *, int, struct sockaddr_in6 *); int in6_ifattach_linklocal(struct ifnet *, struct in6_addr *); void in6_soiiupdate(struct ifnet *); #endif /* _KERNEL */ -- cgit v1.2.3