summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-08-02 15:00:31 -0400
committerjim-p <jimp@pfsense.org>2010-08-02 15:02:52 -0400
commit09f11c7196f0627bd54b174cfd7cf701797ad256 (patch)
tree4e9c968d7f14613fdea45be1649b94aa21e762fe /usr/local/www/services_dhcp.php
parent8672329c8d0af2e3fa6c5314d7bba9a1deb62cb9 (diff)
downloadpfsense-09f11c7196f0627bd54b174cfd7cf701797ad256.zip
pfsense-09f11c7196f0627bd54b174cfd7cf701797ad256.tar.gz
Ensure static ARP is configured each time the DHCP service is configured. Previously, it was not enabled after bootup, but was if saved from the GUI. Fixes #782
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 79fd1d8..6747d3c 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -330,9 +330,6 @@ if ($_POST) {
write_config();
- /* static arp configuration */
- interfaces_staticarp_configure($if);
-
$retval = 0;
$retvaldhcp = 0;
$retvaldns = 0;
OpenPOWER on IntegriCloud