summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2014-08-26 21:44:29 +0000
committerflorian <florian@openbsd.org>2014-08-26 21:44:29 +0000
commit70af887b6b7c5e3e1be3b0b9dece390684092316 (patch)
tree5644162b7471a7cb75c94d3acdadf68590df0d50 /sys/netinet6/in6.h
parentno more exposed etc set (diff)
downloadwireguard-openbsd-70af887b6b7c5e3e1be3b0b9dece390684092316.tar.xz
wireguard-openbsd-70af887b6b7c5e3e1be3b0b9dece390684092316.zip
Do not hand-roll all routers link local address.
pointed out & OK bluhm@
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 17619e850c3..f3862bff591 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.73 2014/07/11 16:39:06 henning Exp $ */
+/* $OpenBSD: in6.h,v 1.74 2014/08/26 21:44:29 florian Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -134,6 +134,7 @@ extern const struct in6_addr in6mask32;
extern const struct in6_addr in6mask64;
extern const struct in6_addr in6mask96;
extern const struct in6_addr in6mask128;
+extern const struct in6_addr in6addr_linklocal_allrouters;
#endif /* _KERNEL */
/* Both kernel and libc define these for use */