summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-02-28 19:21:11 +0000
committerErmal Luçi <eri@pfsense.org>2009-02-28 19:21:11 +0000
commit82ebaf6b49370e4940e903298accb5391f2f5a1d (patch)
treec64b0407891eb99bce88586c2716967b4953f0b1 /etc/inc/gwlb.inc
parent3ffc1e8934e5107835819227c7cf162b27d13682 (diff)
downloadpfsense-82ebaf6b49370e4940e903298accb5391f2f5a1d.zip
pfsense-82ebaf6b49370e4940e903298accb5391f2f5a1d.tar.gz
Another try at fixing http://forum.pfsense.org/index.php/topic,14220.0.html
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 e6c86b9..38ee5fb 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -252,7 +252,7 @@ function return_gateways_array() {
} else {
$gateway['monitor'] = $gateway['gateway'];
}
- $gateway['interface'] = convert_friendly_interface_to_real_interface_name($ifname);
+ $gateway['interface'] = get_real_interface($ifname);
$gateway['name'] = "{$ifname}";
$gateway['descr'] = "Interface {$friendly} Gateway";
$gateway['attribute'] = "system";
OpenPOWER on IntegriCloud