summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>1999-12-30 17:28:20 +0000
committeritojun <itojun@openbsd.org>1999-12-30 17:28:20 +0000
commitdf748653e1879099bc9faf7f9a238a7a58394152 (patch)
tree0b28a450cdd7b3183477f1dacccbee0921e0a5f0
parentAdd tctrl0 for tadpole so things like powerdown work. (diff)
downloadwireguard-openbsd-df748653e1879099bc9faf7f9a238a7a58394152.tar.xz
wireguard-openbsd-df748653e1879099bc9faf7f9a238a7a58394152.zip
initialize lo0 automatically. kame ipv6 code assumes that there's ::1,
for various reasons ("goto ours" speedup, multicast group mgmt, and others). should fix PR1012.
-rw-r--r--sys/netinet6/ip6_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index bb18a75ab0c..ccef263da09 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_input.c,v 1.4 1999/12/09 13:59:57 itojun Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.5 1999/12/30 17:28:20 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -193,7 +193,7 @@ ip6_init2(dummy)
/* get EUI64 from somewhere */
ret = in6_ifattach_getifid(NULL);
-#if 0
+#if 1
/*
* to route local address of p2p link to loopback,
* assign loopback address first.