summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-12-18 13:04:08 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-12-18 13:04:08 +0100
commit85b14810eaefc86272f11fd885f4b282af37d654 (patch)
tree065ddf91da1e9eafc817303fac5cfd30354869e6
parenteb4637d8a94abadfc741ee255120ba953dcb5b9d (diff)
downloadpfsense-85b14810eaefc86272f11fd885f4b282af37d654.zip
pfsense-85b14810eaefc86272f11fd885f4b282af37d654.tar.gz
Clarify the description for Dynamic gateways that it is automatically added
-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