diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-12-09 18:54:28 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-01-12 16:57:11 -0800 |
commit | dd85b276b1903e08e24a777525a527d6c7e3bd64 (patch) | |
tree | 2aacc29173ee3b7371a91b26e160752dd2ee183e /scripts | |
parent | 089294082d982b3375bf34ebb9f53dcc0a1a4ffa (diff) | |
download | vyatta-cfg-vpn-dd85b276b1903e08e24a777525a527d6c7e3bd64.tar.gz vyatta-cfg-vpn-dd85b276b1903e08e24a777525a527d6c7e3bd64.zip |
Do not start IKEv2 daemon for now
(cherry picked from commit 7fab51307ecaf65a7da880f60a97a73bda87e5c7)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vpn-config.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl index 6c23924..483dec2 100755 --- a/scripts/vpn-config.pl +++ b/scripts/vpn-config.pl @@ -277,6 +277,7 @@ if ( $vcVPN->exists('ipsec') ) { $genout .= "version 2.0\n"; $genout .= "\n"; $genout .= "config setup\n"; + $genout .= "\tcharonstart=no\n"; # no need for charon unless we have ikev2 # # Interfaces |