]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Revert disabling IPv6. Unfortunately it disables only IPv6 addresses while socket...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Mar 2011 13:26:42 +0000 (13:26 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Mar 2011 13:26:42 +0000 (13:26 +0000)
svn-id: @12219

sysconfig/network-scripts/functions.network

index 9084ae5fd7a9ec626db078c0f13f3ee248ac25bb..92684cd487e2451fe2a860e450607fe72cc3de7f 100644 (file)
@@ -370,12 +370,8 @@ set_down_loopback()
 
 modprobe_net()
 {
-       if is_yes "$IPV6_NETWORKING"; then
-               if is_module "ipv6"; then
-                       _modprobe single ipv6
-               fi
-       elif [ -d /proc/sys/net/ipv6 ]; then
-               sysctl -q -w net.ipv6.conf.all.disable_ipv6=1
+       if is_yes "$IPV6_NETWORKING" && is_module "ipv6"; then
+               _modprobe single ipv6
        fi
 
        if is_yes "$IPX" && is_module "ipx"; then
This page took 0.056059 seconds and 4 git commands to generate.