Revision 9da9b523
Added by Chris Buechler about 9 years ago
src/usr/local/www/services_router_advertisements.php | ||
---|---|---|
404 | 404 |
'number', |
405 | 405 |
$pconfig['ramaxrtradvinterval'], |
406 | 406 |
['min' => 4, 'max' => 1800] |
407 |
))->setHelp('The maximum time allowed between sending unsolicted multicast router advertisements in seconds.'); |
|
407 |
))->setHelp('The maximum time allowed between sending unsolicited multicast router advertisements in seconds.');
|
|
408 | 408 |
|
409 | 409 |
$section->addInput(new Form_Input( |
410 | 410 |
'raadvdefaultlifetime', |
Also available in: Unified diff
fix typo. noticed-by: phil.davis