From 364695cff6ad0979767b454c9dffe63e596fdb40 Mon Sep 17 00:00:00 2001 From: ume Date: Sat, 7 Oct 2006 15:45:56 +0000 Subject: Restore the behavior that net.inet6.ip6.auto_linklocal=0 could be coexist with ipv6_enable="YES". MFC after: 3 days --- etc/network.subr | 4 ---- 1 file changed, 4 deletions(-) (limited to 'etc/network.subr') diff --git a/etc/network.subr b/etc/network.subr index ef344ae..de2aaf4 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -41,10 +41,6 @@ ifconfig_up() { _cfg=1 - if checkyesno ipv6_enable; then - ${SYSCTL_W} net.inet6.ip6.auto_linklocal=1 - fi - ifconfig_args=`ifconfig_getargs $1` if [ -n "${ifconfig_args}" ]; then ifconfig $1 up -- cgit v1.1