summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-08-08 18:29:09 +0200
committerChristian Poessinger <christian@poessinger.com>2018-08-08 18:29:11 +0200
commitac3e95a9fce6ce8fc9592072a66fcf140f123e36 (patch)
tree876a6ab9b641e170f600c34e6e79d1de067ea9d6 /scripts
parent9e5bbf83dfd8698488baadc3e6d74df6924908b6 (diff)
downloadvyatta-cfg-vpn-ac3e95a9fce6ce8fc9592072a66fcf140f123e36.tar.gz
vyatta-cfg-vpn-ac3e95a9fce6ce8fc9592072a66fcf140f123e36.zip
T767: remove IPSEC deprecated keyword 'interfaces'
'interfaces' option no longer available in StrongSWAN as of their Wiki [1]. [1]: https://wiki.strongswan.org/projects/strongswan/wiki/ConfigSetupSection
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vpn-config.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl
index 071b3b8..3e3835d 100755
--- a/scripts/vpn-config.pl
+++ b/scripts/vpn-config.pl
@@ -274,9 +274,6 @@ if ($vcVPN->exists('ipsec')) {
}
$genout .= '%defaultroute"';
}
- else {
- $genout .= 'interfaces="%none"';
- }
$genout .= "\n";
}