From 60fc8a28827c55050ead78371fbefd7566df6287 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 5 Aug 2018 00:29:15 +0200 Subject: T628: delete the default route from the StrongSWAN table (220 hardcoded) for VTI connections --- scripts/vti-up-down | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/vti-up-down b/scripts/vti-up-down index 378cb6e..8d363da 100755 --- a/scripts/vti-up-down +++ b/scripts/vti-up-down @@ -6,6 +6,7 @@ source /etc/default/vyatta source /etc/default/locale case "$PLUTO_VERB" in route-client | up-client) +/bin/ip route delete default table 220 /opt/vyatta/sbin/vyatta-vti-config.pl --updown --intf=$1 --action=up ;; down-client) -- cgit v1.2.3