From 94d494fbc0da7d85b0ef8f04dcd2bd4ab0e0a7c7 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Tue, 10 Nov 2015 10:05:14 -0600 Subject: Catch one more possibility for the IPSEC interface name, this match the code used in other places. --- src/etc/inc/interfaces.inc | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.1