summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-01-10 11:43:37 +0000
committermpi <mpi@openbsd.org>2015-01-10 11:43:37 +0000
commit98adf04abdca2cc0685ed655b4939f0c139db564 (patch)
treedd5573c2a0e71cbb0d7d91cd816df54fd90b9ecb /sys/netinet6/in6.h
parentRemove pointless empty 64bit support code stubs from bwi(4). (diff)
downloadwireguard-openbsd-98adf04abdca2cc0685ed655b4939f0c139db564.tar.xz
wireguard-openbsd-98adf04abdca2cc0685ed655b4939f0c139db564.zip
Correct some comments and merge in6_if_up() into in6_ifattach() to
reflect that IPv6 link-local addresses are no longer automagically configured the first time an interface is brought up. ok henning@, stsp@
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 02de60247e2..ec34e7f521e 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.77 2014/12/05 15:50:04 mpi Exp $ */
+/* $OpenBSD: in6.h,v 1.78 2015/01/10 11:43:37 mpi Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -430,7 +430,6 @@ void in6_proto_cksum_out(struct mbuf *, struct ifnet *);
int in6_localaddr(struct in6_addr *);
int in6_addrscope(struct in6_addr *);
struct in6_ifaddr *in6_ifawithscope(struct ifnet *, struct in6_addr *, u_int);
-void in6_if_up(struct ifnet *);
void in6_get_rand_ifid(struct ifnet *, struct in6_addr *);
int in6_mask2len(struct in6_addr *, u_char *);