summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-xusr/local/www/interfaces_vlan_edit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php
index 6021613..665a933 100755
--- a/usr/local/www/interfaces_vlan_edit.php
+++ b/usr/local/www/interfaces_vlan_edit.php
@@ -86,7 +86,9 @@ if ($_POST) {
$a_vlans[] = $vlan;
write_config();
- touch($d_sysrebootreqd_path);
+
+ reload_interfaces();
+
header("Location: interfaces_vlan.php");
exit;
}
OpenPOWER on IntegriCloud