Magellan Linux

Annotation of /trunk/initscripts/busybox/conf.d/net.routes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 724 - (hide annotations) (download)
Mon Jun 2 22:14:35 2008 UTC (15 years, 11 months ago) by niro
Original Path: trunk/busybox-initscripts/conf.d/net.routes
File size: 409 byte(s)
-busybox port of magellan-initscript

1 niro 724 # /etc/conf.d/net.routes - example routes configuration file
2     # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/conf.d/net.routes,v 1.1 2008-06-02 22:14:35 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     #