]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/network
check vars first before checking fs objects
[projects/rc-scripts.git] / sysconfig / network
index eed7ffe938fae97dea6efa016c068ac29718fdac..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=
@@ -58,3 +58,12 @@ STATIC_RARP=no
 # Specify interface on which you want to enable tleds software
 # (also you need tleds package installed) -- default set to no
 TLEDS_DEV=no
+
+# enable globally for all network interfaces.
+# bring up from hotplug (udev for example) (default to no)
+#HOTPLUG=yes
+
+# set up Zeroconf routes for communication via/with IPv4ALL link-local
+# addresses
+ZEROCONF=yes
+
This page took 0.404731 seconds and 4 git commands to generate.