mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
ipsec-interfaces: Apply static routes (again) after creating IPsec interfaces
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -167,6 +167,9 @@ main() {
|
||||
log "Deleting interface ${intf}"
|
||||
ip link del "${intf}" &>/dev/null
|
||||
done
|
||||
|
||||
# (Re-)Apply all static routes
|
||||
/etc/init.d/static-routes start
|
||||
}
|
||||
|
||||
main || exit $?
|
||||
|
||||
Reference in New Issue
Block a user