From 16e78aa053395df084d5c0fe7414a2ff667d6b06 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 9 Mar 2009 17:36:35 -0400 Subject: fix return of gateway interface for route-to --- etc/inc/gwlb.inc | 1 + 1 file changed, 1 insertion(+) 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++; -- cgit v1.1