Update of /cvsroot/devil-linux/build/config/etc/sysconfig/nic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15756/config/etc/sysconfig/nic
Modified Files:
ifcfg-eth0.sample
Log Message:
added example on how to set default gateway and removed it from setup
Index: ifcfg-eth0.sample
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/nic/ifcfg-eth0.sample,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ifcfg-eth0.sample 4 Jul 2003 22:17:24 -0000 1.5
+++ ifcfg-eth0.sample 1 Feb 2004 15:32:05 -0000 1.6
@@ -32,3 +32,8 @@
#
# add as many ROUTE="$ROUTE ...." lines as you need routes
#
+#
+# the next line shows how to set the default gateway
+#ROUTE="$ROUTE default/0.0.0.0{:GATEWAY}"
+# for example:
+#ROUTE="$ROUTE default/0.0.0.0:10.90.1.1"
|