summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-29 07:35:06 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-10-29 07:35:06 -0200
commit34e178135b252d6664d1ba47dc877e099033ca7f (patch)
treebf756011712163e3e7729774755f3c8c20991341 /etc/inc/gwlb.inc
parentbb6291e0204ffe2828fe9c9425bdae9c8541fe54 (diff)
downloadpfsense-34e178135b252d6664d1ba47dc877e099033ca7f.zip
pfsense-34e178135b252d6664d1ba47dc877e099033ca7f.tar.gz
Revert "Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280"
Another solution will be implemented This reverts commit bb6291e0204ffe2828fe9c9425bdae9c8541fe54.
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 92b90f3..012b288 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -483,8 +483,6 @@ function return_gateways_array($disabled = false, $localhost = false) {
default:
if (substr($ifcfg['if'], 0, 4) == "ovpn")
$ctype = "VPNv4";
- else if (substr($ifcfg['if'], 0, 3) == "gre")
- $ctype = "GREv4";
break;
}
$ctype = "_". strtoupper($ctype);
@@ -555,8 +553,6 @@ function return_gateways_array($disabled = false, $localhost = false) {
default:
if (substr($ifcfg['if'], 0, 4) == "ovpn")
$ctype = "VPNv6";
- else if (substr($ifcfg['if'], 0, 3) == "gre")
- $ctype = "GREv6";
break;
}
$ctype = "_". strtoupper($ctype);
OpenPOWER on IntegriCloud