summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-08-09 13:17:13 -0400
committerjim-p <jimp@pfsense.org>2016-08-09 13:17:42 -0400
commit3c36d8ced43cb76228c09431367ce7429633e111 (patch)
treec98dec8264778fd7f3773ecd164ac4be3debd499 /src/usr/local/www/interfaces.php
parent495527b1eb4a34e208abac97b40e8b36ca81a3e2 (diff)
downloadpfsense-3c36d8ced43cb76228c09431367ce7429633e111.zip
pfsense-3c36d8ced43cb76228c09431367ce7429633e111.tar.gz
Fix wording of the "Reject leases from" option for a DHCP interface.
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-rw-r--r--src/usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 21c75cf..2e5bf0d 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -1927,8 +1927,8 @@ $section->addInput(new Form_Input(
'Reject leases from',
'text',
$pconfig['dhcprejectfrom']
-))->setHelp('If there is a certain upstream DHCP server that should be ignored, place the IP address or subnet of the DHCP server to be ignored here. ' .
- 'This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync.');
+))->setHelp('To make the DHCP client reject leases from an undesirable DHCP server, place the IP address of the DHCP server here. ' .
+ 'This is useful for rejecting leases from cable modems that offer private IP addresses when they lose upstream sync.');
$group = new Form_Group('Protocol timing');
$group->addClass('dhcpadvanced');
OpenPOWER on IntegriCloud