From: Friedrich L. <fr...@us...> - 2004-04-10 00:28:15
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17603/config/etc/sysconfig Modified Files: config Log Message: added IPv6 interface configuration support which was contributed to DL from Arnaud Gomes-do-Vale Index: config =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/config,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- config 22 Mar 2004 17:08:22 -0000 1.21 +++ config 10 Apr 2004 00:14:49 -0000 1.22 @@ -12,10 +12,17 @@ HOSTNAME=Devil DOMAIN=devil-linux.org +# +# IPv4/IPv6 default routes are set in the interface config +# files. See the examples files nic/ifcfg-eth*.sample +# -# enable routing -> yes/no +# enable IPv4 routing -> yes/no START_ROUTING=yes +# enable IPv6 routing -> yes/no +START_IPV6_ROUTING=yes + # Start the firewall script -> yes/no START_FIREWALL=yes |