summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-10 21:22:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-10 21:22:38 +0000
commitc5a0fd3c3ffc85535b34c2b58c189de76380eeef (patch)
tree798878f3c6fe217a5c2edee301e7cc670a6c86ad /usr/local/www/services_dhcp.php
parentabfa59108e442f3f591583442ae394fd5478c860 (diff)
downloadpfsense-c5a0fd3c3ffc85535b34c2b58c189de76380eeef.zip
pfsense-c5a0fd3c3ffc85535b34c2b58c189de76380eeef.tar.gz
MFC 10348
Allow staticarp to be disabled w/out a reboot Fix found and tested by Wesley K. Joyce
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 785d3fe..06065f3 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) {
&nbsp;
</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>
OpenPOWER on IntegriCloud