]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
IPv6 networking on by default.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Jan 2011 18:19:14 +0000 (18:19 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Jan 2011 18:19:14 +0000 (18:19 +0000)
svn-id: @12082

sysconfig/network

index fad5a4744ae04cd9ab6ff07e5d7e0d7644379481..535b59f26ba3ab5d924495febf9ee7ad16123ab9 100644 (file)
@@ -35,13 +35,13 @@ IPXINTERNALNETNUM=
 IPXINTERNALNODENUM=
 
 # Do you need IPv6 networking ?
-IPV6_NETWORKING=no
+IPV6_NETWORKING=yes
 
 # Do you want IPv6 forwarding ?
 # then set it in /etc/sysctl.conf
 
 # Enable tunnel interfaces configuration ?
-IPV6_TUNNELCONFIG=no
+IPV6_TUNNELCONFIG=yes
 
 # Global route for IPv6 host with IPv6 forwarding
 IPV6_GLOBALROUTEGW=
This page took 0.515234 seconds and 4 git commands to generate.