diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-08 18:29:09 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-08 18:29:11 +0200 |
commit | ac3e95a9fce6ce8fc9592072a66fcf140f123e36 (patch) | |
tree | 876a6ab9b641e170f600c34e6e79d1de067ea9d6 /scripts | |
parent | 9e5bbf83dfd8698488baadc3e6d74df6924908b6 (diff) | |
download | vyatta-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-x | scripts/vpn-config.pl | 3 |
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"; } |