diff options
-rwxr-xr-x | rc.d/init.d/network | 8 |
1 files changed, 0 insertions, 8 deletions
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 |