Magellan Linux

Annotation of /trunk/magellan-initscripts/etc/conf.d/net.routes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 509 - (hide annotations) (download)
Sat Jul 21 19:32:18 2007 UTC (16 years, 9 months ago) by niro
File size: 414 byte(s)
-new file; added support for routes

1 niro 509 # /etc/conf.d/net.routes - example routes configuration file
2     # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/conf.d/net.routes,v 1.1 2007-07-21 19:31:44 niro Exp $
3     #
4     # simply put your "route add|del" statements in here
5     # example:
6     # for a route like
7     # route add -net 10.0.2.2 netmask 255.255.255.255 dev eth0
8     # you put following in here
9     # -net 10.0.2.2 netmask 255.255.255.255 dev eth0
10     #