From c5a0fd3c3ffc85535b34c2b58c189de76380eeef Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 10 Mar 2006 21:22:38 +0000 Subject: [PATCH] MFC 10348 Allow staticarp to be disabled w/out a reboot Fix found and tested by Wesley K. Joyce --- usr/local/www/services_dhcp.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 785d3fe223..06065f355e 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -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) {   - Note: 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! + Note: Only the machines listed below will be able to communicate with the firewall on this NIC.