Revision b48f9816
Added by NOYB NOYB about 9 years ago
src/usr/local/www/interfaces.php | ||
---|---|---|
1765 | 1765 |
$group->add($macaddress); |
1766 | 1766 |
// $group->add($btnmymac); |
1767 | 1767 |
$group->setHelp('This field can be used to modify ("spoof") the MAC address of this interface.' . '<br />' . |
1768 |
'Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank'); |
|
1768 |
'Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank.');
|
|
1769 | 1769 |
$section->add($group); |
1770 | 1770 |
|
1771 | 1771 |
$section->addInput(new Form_Input( |
... | ... | |
1822 | 1822 |
))->setAttribute('type','button')->addClass('btn-success')->setAttribute('data-target', '#newgateway')->setAttribute('data-toggle', 'modal'); |
1823 | 1823 |
|
1824 | 1824 |
$group->setHelp('If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the "Add" button.' . '<br />' . |
1825 |
'On local LANs the upstream gateway should be "none".' . |
|
1826 |
gettext('Gateways can be managed by ') . '<a target="_blank" href="system_gateways.php">' . gettext(" clicking here") . '</a>'); |
|
1825 |
'On local LANs the upstream gateway should be "none". ' .
|
|
1826 |
gettext('Gateways can be managed by ') . '<a target="_blank" href="system_gateways.php">' . gettext(" clicking here") . '</a>.');
|
|
1827 | 1827 |
|
1828 | 1828 |
$section->add($group); |
1829 | 1829 |
|
... | ... | |
2091 | 2091 |
'Option modifiers', |
2092 | 2092 |
'text', |
2093 | 2093 |
$pconfig['adv_dhcp_option_modifiers'] |
2094 |
))->setWidth(9)->sethelp('The values in this field are DHCP option modifiers applied to obtained DHCP lease. [modifier option declaration [, ...]]' . '<br />' . |
|
2094 |
))->setWidth(9)->sethelp('The values in this field are DHCP option modifiers applied to the obtained DHCP lease. [modifier option declaration [, ...]]' . '<br />' .
|
|
2095 | 2095 |
'modifiers: (default, supersede, prepend, append)' . '<br />' . |
2096 | 2096 |
'<a target="_blank" href="https://www.freebsd.org/cgi/man.cgi?query=dhclient.conf&sektion=5#LEASE_REQUIREMENTS_AND_REQUESTS">' . 'See here more information' . '</a>'); |
2097 | 2097 |
|
... | ... | |
3139 | 3139 |
'yes' |
3140 | 3140 |
))->setHelp('Blocks traffic from reserved IP addresses (but not RFC 1918) or not yet assigned by IANA. Bogons are prefixes that should ' . |
3141 | 3141 |
'never appear in the Internet routing table, and so should not appear as the source address in any packets received.' . '<br />' . |
3142 |
'Note: The update frequency can be changed under System->Advanced Firewall/NAT settings'); |
|
3142 |
'Note: The update frequency can be changed under System->Advanced Firewall/NAT settings.');
|
|
3143 | 3143 |
|
3144 | 3144 |
$form->add($section); |
3145 | 3145 |
|
Also available in: Unified diff
Interfaces - Punctuation