summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4e3ea80..3f0e151 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -267,7 +267,7 @@ function return_gateways_array($disabled = false) {
}
$gateway['interface'] = get_real_interface($ifname);
$gateway['name'] = "{$ifname}";
- $gateway['descr'] = "Interface {$friendly} Gateway";
+ $gateway['descr'] = "Interface {$friendly} Auto added Gateway";
$gateway['attribute'] = "system";
$gateways_arr[$ifname] = $gateway;
}
OpenPOWER on IntegriCloud