summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-25 22:26:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-25 22:26:20 +0000
commitde068d0b22a7a97204d89217f2a553a0fb62bda8 (patch)
tree6b035ad304ed6df3f007805906da53f5462424f6 /usr/local/www/interfaces_vlan.php
parent45f2708c42f0bb7c27e5cdf2de1c61dfc6daf27f (diff)
downloadpfsense-de068d0b22a7a97204d89217f2a553a0fb62bda8.zip
pfsense-de068d0b22a7a97204d89217f2a553a0fb62bda8.tar.gz
Call interfaces_vlan_configure() instead of reload_interfaces(). reload_interfaces() is still considered experimental and I am really not sure how this snuck past on the prior cleanup.
Diffstat (limited to 'usr/local/www/interfaces_vlan.php')
-rwxr-xr-xusr/local/www/interfaces_vlan.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index 4d2b8d2..a2999f4 100755
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -77,9 +77,9 @@ if ($_GET['act'] == "del") {
$config['interfaces']['opt' . $i]['if'] = renumber_vlan($config['interfaces']['opt' . $i]['if'], $_GET['id']);
write_config();
-
- reload_interfaces();
-
+
+ interfaces_vlan_configure();
+
header("Location: interfaces_vlan.php");
exit;
}
OpenPOWER on IntegriCloud