From 09f11c7196f0627bd54b174cfd7cf701797ad256 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 2 Aug 2010 15:00:31 -0400 Subject: 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 --- usr/local/www/services_dhcp.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr') 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; -- cgit v1.1