Magellan Linux

Contents of /tags/init-0_8_2/common/conf.d/net.routes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2219 - (show annotations) (download)
Tue Oct 15 10:44:20 2013 UTC (10 years, 8 months ago) by niro
File size: 293 byte(s)
tagged 'init-0_8_2'
1 # /etc/conf.d/net.routes - example routes configuration file
2 # $Id$
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 #