mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 10348
Allow staticarp to be disabled w/out a reboot Fix found and tested by Wesley K. Joyce
This commit is contained in:
parent
abfa59108e
commit
c5a0fd3c3f
@ -180,8 +180,7 @@ if ($_POST) {
|
||||
write_config();
|
||||
|
||||
/* static arp configuration */
|
||||
if (isset($config['dhcpd'][$if]['staticarp']))
|
||||
interfaces_staticarp_configure($if);
|
||||
interfaces_staticarp_configure($if);
|
||||
|
||||
$retval = 0;
|
||||
config_lock();
|
||||
@ -368,7 +367,7 @@ function enable_change(enable_over) {
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<span class="red"><strong>Note:</strong></span> This feature is under development. Only the machines listed below will be able to communicate with the firewall on this NIC. Disabling this has been tested to be broken, a reboot will be required to disable. Be warned!
|
||||
<span class="red"><strong>Note:</strong></span> Only the machines listed below will be able to communicate with the firewall on this NIC.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user