summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-16 14:09:17 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-16 14:09:17 -0600
commitbac174443fcf761269aa5e53e2f9ef10ef8686ec (patch)
treeb5adab97abed5c4559b6e0a2d594069c5d077564 /etc
parent4e82cebf52022a4ab4ba3fe5ae6226fbf29864f1 (diff)
downloadpfsense-bac174443fcf761269aa5e53e2f9ef10ef8686ec.zip
pfsense-bac174443fcf761269aa5e53e2f9ef10ef8686ec.tar.gz
show tunnelv4 on v4 the same way tunnelv6 is shown on v6
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index a328968..7f06110 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -567,7 +567,8 @@ function return_gateways_array($disabled = false, $localhost = false, $inactive
continue 2;
$ctype = "VPNv4";
- }
+ } else if ($tunnelif == "gif" || $tunnelif == "gre")
+ $ctype = "TUNNELv4";
break;
}
$ctype = "_". strtoupper($ctype);
OpenPOWER on IntegriCloud