summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/gwlb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 38ee5fb..d564e69 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -268,6 +268,7 @@ function return_gateways_array() {
$gateway['monitor'] = $gateway['gateway'];
}
/* include the gateway index as the attribute */
+ $gateway['interface'] = convert_friendly_interface_to_real_interface_name($gateway['interface']);
$gateway['attribute'] = "$i";
$gateways_arr[$gateway['name']] = $gateway;
$i++;
OpenPOWER on IntegriCloud