Add static-routing feature to core update.

This commit is contained in:
Michael Tremer
2011-09-04 15:50:43 +02:00
parent 5d2c8f5da1
commit bb4cfcc1bf
4 changed files with 8 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ init_networking() {
fi
/etc/rc.d/init.d/dnsmasq start
/etc/rc.d/init.d/static-routing start
}
DO="${1}"