]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Really disable IPv6.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Mar 2011 20:42:55 +0000 (20:42 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Mar 2011 20:42:55 +0000 (20:42 +0000)
svn-id: @12213

sysconfig/network-scripts/functions.network

index 85d6f777c1cee86c9f528ac014e9aa5ea53a4de6..25be1cb3b61680f0ab6ad9305c87ce58471513a3 100644 (file)
@@ -375,7 +375,7 @@ modprobe_net()
                        _modprobe single ipv6
                fi
        elif [ -d /proc/sys/net/ipv6 ]; then
-               sysctl -w net.ipv6.conf.all.disable_ipv6=0
+               sysctl -w net.ipv6.conf.all.disable_ipv6=1
        fi
 
        if is_yes "$IPX" && is_module "ipx"; then
This page took 0.033016 seconds and 4 git commands to generate.