mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
BUg 10007. Some users claimed, that not all static routes are set up correctly at boot time.
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
|
|
# Update the static routes.
|
|
exec /etc/rc.d/init.d/static-routes start
|