summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 27271d7..c90dd05 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -598,6 +598,8 @@ function return_gateways_array($disabled = false, $localhost = false, $inactive
default:
if (substr($ifcfg['if'], 0, 4) == "ovpn")
$ctype = "VPNv6";
+ if (substr($ifcfg['if'], 0, 3) == "gif")
+ $ctype = "TUNNELv6";
break;
}
$ctype = "_". strtoupper($ctype);
OpenPOWER on IntegriCloud