From 92ea6508887fef8b3fb4457c24163de52ba82fb6 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 10 Aug 2021 10:50:17 +0200 Subject: [PATCH] IPsec: add "automatic" type to trust Strongswan's parser, see discussion in https://github.com/opnsense/core/issues/5155 --- src/www/vpn_ipsec_phase1.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index 2b39fc093..50ee2ea41 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -825,7 +825,8 @@ include("head.inc"); 'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), 'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), 'keyid tag' => array( 'desc' => gettext('KeyID tag'), 'mobile' => true ), - 'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true )); + 'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true ), + 'auto' => array( 'desc' => gettext('Automatic'), 'mobile' => true )); foreach ($my_identifier_list as $id_type => $id_params) : ?>