summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/services_dhcp_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index fdc941b..988b7c9 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -122,6 +122,9 @@ if ($_POST) {
$a_maps[] = $mapent;
write_config();
+
+ if (isset($config['dhcpd'][$if]['staticarp']))
+ interfaces_staticarp_configure($if);
header("Location: services_dhcp.php?if={$if}");
exit;
OpenPOWER on IntegriCloud