summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-11-10 10:05:14 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2015-11-10 10:20:07 -0600
commit94d494fbc0da7d85b0ef8f04dcd2bd4ab0e0a7c7 (patch)
tree93c598679ca07f4d92940ffc0c466dc2d9ade83c
parent97242546205cc92702be16f1128351542b5cea5b (diff)
downloadpfsense-94d494fbc0da7d85b0ef8f04dcd2bd4ab0e0a7c7.zip
pfsense-94d494fbc0da7d85b0ef8f04dcd2bd4ab0e0a7c7.tar.gz
Catch one more possibility for the IPSEC interface name, this match the code used in other places.
-rw-r--r--src/etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
index 9185738..dfde0f4 100644
--- a/src/etc/inc/interfaces.inc
+++ b/src/etc/inc/interfaces.inc
@@ -4567,6 +4567,7 @@ function get_real_interface($interface = "wan", $family = "all", $realv6iface =
case "openvpn":
$wanif = "openvpn";
break;
+ case "IPsec":
case "ipsec":
case "enc0":
$wanif = "enc0";
OpenPOWER on IntegriCloud