mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 06:31:06 +02:00
deal with static routes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@62 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a194cca4d6
commit
82ed921569
@ -6,5 +6,10 @@ case "$1" in
|
|||||||
ifup wan
|
ifup wan
|
||||||
ifup wifi
|
ifup wifi
|
||||||
wifi up
|
wifi up
|
||||||
|
|
||||||
|
for route in $(nvram_get static_route); do {
|
||||||
|
eval "set $(echo $route | sed 's/:/ /g')"
|
||||||
|
route add -net $1 netmask $2 gw $3 metric $4 dev $5
|
||||||
|
} done
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user