mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-04 19:11:27 +02:00
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:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Update the static routes.
|
||||
exec /etc/rc.d/init.d/static-routes start
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Update the static routes.
|
||||
exec /etc/rc.d/init.d/static-routes start
|
||||
Reference in New Issue
Block a user