diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vpn-config.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl index b1d0976..e761ea5 100755 --- a/scripts/vpn-config.pl +++ b/scripts/vpn-config.pl @@ -916,10 +916,10 @@ if ( $vcVPN->exists('ipsec') ) { if ( defined($mob_ike) ) { if ( defined($key_exchange) && $key_exchange eq 'ikev2' ) { - if ($mob_ike eq 'enabled') { + if ($mob_ike eq 'enable') { $genout .= "\tmobike=yes\n"; } - if ($mob_ike eq 'disabled') { + if ($mob_ike eq 'disable') { $genout .= "\tmobike=no\n"; } } |