diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2006-10-02 10:13:30 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2006-10-02 10:13:30 +0000 |
| commit | 90ce6fa1c8de1d220e65aa00c18910961253498b (patch) | |
| tree | 6929e01f2949b2cf8707ffd3555b3dd8529a9464 /sys/netinet6 | |
| parent | 09a66bda908f30ebf9338a2993542f968222a586 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/in6_ifattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index 55ae4f2358c1..722c3fd31bfe 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 = 1; /* enable by default */ +int ip6_auto_linklocal = 0; /* disable by default */ #endif struct callout in6_tmpaddrtimer_ch; |
