ipsec-interfaces: Apply static routes (again) after creating IPsec interfaces

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-03-18 15:24:56 +00:00
parent 57521504a8
commit 3b521c724f
2 changed files with 4 additions and 0 deletions

View File

@@ -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 $?