From 2fa901e898268c8ea6ba5908c1d790fbab9c197d Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 13 Jul 2016 20:29:05 +0200 Subject: [PATCH] (ipsec) show authentication_method as-is when not in list --- src/www/vpn_ipsec.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/www/vpn_ipsec.php b/src/www/vpn_ipsec.php index 4f495b4fa..3310aad40 100644 --- a/src/www/vpn_ipsec.php +++ b/src/www/vpn_ipsec.php @@ -438,7 +438,9 @@ $( document ).ready(function() { 'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ), 'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) ); ?> - +