summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-23 22:37:24 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-23 22:37:24 +0000
commitf2dd75680ee113f59171102d2b49608f096d23c1 (patch)
tree0c811c6502df019dd7a6976c089f3bc9f4269a0c /etc/inc/gwlb.inc
parent930595154ccc8702befdd880f1c424b78040af2a (diff)
downloadpfsense-f2dd75680ee113f59171102d2b49608f096d23c1.zip
pfsense-f2dd75680ee113f59171102d2b49608f096d23c1.tar.gz
Revert "Fix linking interface to vlans function so it works correctly."
This reverts commit 930595154ccc8702befdd880f1c424b78040af2a.
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index d27e0ec..3cb4727 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -520,7 +520,7 @@ function get_interface_gateway($interface, &$dynamic = false) {
$gw = lookup_gateway_ip_by_name($gwcfg['gateway']);
// for dynamic interfaces we handle them through the $interface_router file.
- if (!is_ipaddr($gw) && !is_ipaddr($gwcfg['ipaddr'])) {
+ if (!is_ipaddr($gw)) {
$realif = get_real_interface($interface);
if (file_exists("{$g['tmp_path']}/{$realif}_router")) {
$gw = file_get_contents("{$g['tmp_path']}/{$realif}_router");
OpenPOWER on IntegriCloud