summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-10-30 19:34:00 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-10-30 19:34:00 +0000
commitbe308459258b7509d2dd2b2e5daecf4a5e928fe9 (patch)
treef93a94bf5ecbc0ab84f05c6f5d25c08e3cd0b6a8 /etc/inc/gwlb.inc
parentc66b42426bf6a3d437579a841a967b09acb8acbe (diff)
downloadpfsense-be308459258b7509d2dd2b2e5daecf4a5e928fe9.zip
pfsense-be308459258b7509d2dd2b2e5daecf4a5e928fe9.tar.gz
correct name, add descr
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index b1837de..47b6328 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -232,7 +232,8 @@ function return_gateways_array() {
}
/* FIXME: somehow retrieve a proper monitor IP? */
$gateway['monitor'] = $gateway['gateway'];
- $gateway['name'] = "Interface {$if} Gateway";
+ $gateway['name'] = "{$if}";
+ $gateway['descr'] = "Interface {$if} Gateway";
$gateway['modifier'] = "readonly";
$gateways_arr[] = $gateway;
}
OpenPOWER on IntegriCloud