mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix wording of the "Reject leases from" option for a DHCP interface.
This commit is contained in:
parent
e7ab83cc54
commit
d32252655c
@ -1960,8 +1960,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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user