diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-10-05 07:06:10 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-10-05 07:06:10 +0000 |
commit | c8bd4b206a12aef6f4f2e8120b58be8b868b956b (patch) | |
tree | f383092c748790ea2a27820ba1ac154f4bd957bb /sys/netinet6/in6_ifattach.h | |
parent | d58b639ae66e77cedaf30745d93e70bc1c9699c2 (diff) |
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
Diffstat (limited to 'sys/netinet6/in6_ifattach.h')
-rw-r--r-- | sys/netinet6/in6_ifattach.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |