From 4b7d574132fba146e2affe4107fe12e259223288 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 14 Mar 2007 21:15:41 +0000 Subject: Reload vlan interfaces correctly after adding a new interface --- usr/local/www/interfaces_vlan_edit.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/www') diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index e05336f..43307aa 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -87,6 +87,9 @@ if ($_POST) { write_config(); interfaces_vlan_configure(); + interfaces_lan_configure(); + interfaces_wan_configure(); + interfaces_optional_configure(); header("Location: interfaces_vlan.php"); exit; -- cgit v1.1