Revision bdcdd6e3
Added by Jim Pingle almost 9 years ago
src/usr/local/www/interfaces.php | ||
---|---|---|
1954 | 1954 |
'Reject leases from', |
1955 | 1955 |
'text', |
1956 | 1956 |
$pconfig['dhcprejectfrom'] |
1957 |
))->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. ' .
|
|
1958 |
'This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync.'); |
|
1957 |
))->setHelp('To make the DHCP client reject leases from an undesirable DHCP server, place the IP address of the DHCP server here. ' .
|
|
1958 |
'This is useful for rejecting leases from cable modems that offer private IP addresses when they lose upstream sync.');
|
|
1959 | 1959 |
|
1960 | 1960 |
$group = new Form_Group('Protocol timing'); |
1961 | 1961 |
$group->addClass('dhcpadvanced'); |
Also available in: Unified diff
Fix wording of the "Reject leases from" option for a DHCP interface.