# /etc/conf.d/net.routes - example routes configuration file # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/conf.d/net.routes,v 1.1 2008-06-02 22:14:35 niro Exp $ # # simply put your "route add|del" statements in here # example: # for a route like # route add -net 10.0.2.2 netmask 255.255.255.255 dev eth0 # you put following in here # -net 10.0.2.2 netmask 255.255.255.255 dev eth0 #