Reload static routes after a connecting to the internet.

BUg 10007. Some users claimed, that not all static routes are
set up correctly at boot time.
This commit is contained in:
Michael Tremer
2012-01-23 22:32:32 +01:00
parent e247eb7cec
commit b4c77ffb89
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Update the static routes.
exec /etc/rc.d/init.d/static-routes start

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Update the static routes.
exec /etc/rc.d/init.d/static-routes start