summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-25 16:58:37 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-25 16:58:37 -0500
commit9a2bec12621c8feaaddd781a89915267659496d2 (patch)
tree4f373857a91dcf4bf8a6619119b47848f0473815 /etc/inc/ipsec.inc
parent29f5f85e4e342ccd24c43b58c7cee7cafa640de0 (diff)
downloadpfsense-9a2bec12621c8feaaddd781a89915267659496d2.zip
pfsense-9a2bec12621c8feaaddd781a89915267659496d2.tar.gz
Add 'any' option for peer ID, for mobile IPsec scenarios where you can't or don't want to check peer ID.
Diffstat (limited to 'etc/inc/ipsec.inc')
-rw-r--r--etc/inc/ipsec.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index d3a6fe8..6654166 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -54,6 +54,7 @@ $my_identifier_list = array(
global $peer_identifier_list;
$peer_identifier_list = array(
+ 'any' => array('desc' => gettext('Any'), 'mobile' => true),
'peeraddress' => array('desc' => gettext('Peer IP address'), 'mobile' => false),
'address' => array('desc' => gettext('IP address'), 'mobile' => false),
'fqdn' => array('desc' => gettext('Distinguished name'), 'mobile' => true),
OpenPOWER on IntegriCloud