summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_ifattach.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-10-13 12:41:36 +0000
committerume <ume@FreeBSD.org>2006-10-13 12:41:36 +0000
commit73c8098699f6536ec7b99f611c04abf0d8f51889 (patch)
treeac0d821d2dc5d16c6d9a83d762e5e8386ff01d9d /sys/netinet6/in6_ifattach.c
parent57eda29ce5af8b98ebf438b17af46cfa68ed68e4 (diff)
downloadFreeBSD-src-73c8098699f6536ec7b99f611c04abf0d8f51889.zip
FreeBSD-src-73c8098699f6536ec7b99f611c04abf0d8f51889.tar.gz
Revert the default value of net.inet6.ip6.auto_linklocal to 1.
If ipv6_enable is not set to "YES", net.inet6.ip6.auto_linklocal is turned to 0 at boot. Discussed with: re@, gnn@ MFC after: 3 days
Diffstat (limited to 'sys/netinet6/in6_ifattach.c')
-rw-r--r--sys/netinet6/in6_ifattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c
index 722c3fd..55ae4f2 100644
--- a/sys/netinet6/in6_ifattach.c
+++ b/sys/netinet6/in6_ifattach.c
@@ -63,7 +63,7 @@ unsigned long in6_maxmtu = 0;
#ifdef IP6_AUTO_LINKLOCAL
int ip6_auto_linklocal = IP6_AUTO_LINKLOCAL;
#else
-int ip6_auto_linklocal = 0; /* disable by default */
+int ip6_auto_linklocal = 1; /* enable by default */
#endif
struct callout in6_tmpaddrtimer_ch;
OpenPOWER on IntegriCloud