From b0b54e8ce7dd4b5827d3c97eb50fbdc0d53f1998 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 21 Apr 2004 16:25:53 +0000 Subject: remove ipv6 bogosity (#114128) --- rc.d/init.d/network | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rc.d/init.d/network') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index f4b46f25..a20c62b2 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -36,14 +36,6 @@ fi # Even if VLAN is configured, without the utility we can't do much [ ! -x /sbin/vconfig ] && VLAN= -# If IPv6 is explicitly configured, make sure it's available. -if [ "$NETWORKING_IPV6" = "yes" ]; then - alias=`modprobe -c | awk '/^alias net-pf-10 / { print $3 }'` - if [ "$alias" != "ipv6" -a ! -f /proc/net/if_inet6 ]; then - echo "alias net-pf-10 ipv6" >> /etc/modules.conf - fi -fi - CWD=`pwd` cd /etc/sysconfig/network-scripts -- cgit v1.2.1