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, 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