summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-26 01:13:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-26 01:13:42 +0000
commitd4d6caab29e51d32ffab9f2b16077cce22375ec8 (patch)
treeba01c2c74359ba052d694b636eab4f879de8075d /usr/local/www/services_dhcp.php
parentbe71a55c7c678275f73a64c712aec776a3c2454b (diff)
downloadpfsense-d4d6caab29e51d32ffab9f2b16077cce22375ec8.zip
pfsense-d4d6caab29e51d32ffab9f2b16077cce22375ec8.tar.gz
* Call arp -da from interfaces_staticarp_configure() and not from GUI page
* OLSR improvements / fixes
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 05fd9cf..785d3fe 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -175,7 +175,6 @@ if ($_POST) {
$config['dhcpd'][$if]['staticarp'] = true;
} else {
unset($config['dhcpd'][$if]['staticarp']);
- mwexec("/usr/sbin/arp -da");
}
write_config();
OpenPOWER on IntegriCloud