summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-26 03:26:07 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-26 03:26:07 +0000
commit8ff8a42ffbc64050b388ae8da0393284d3d8ebdd (patch)
treeedccc8f5619eb009a628789d182f68dea53feddc /usr/local/www/interfaces_vlan_edit.php
parent00404818ba0286e57532b40dbdc215b6412f9822 (diff)
downloadpfsense-8ff8a42ffbc64050b388ae8da0393284d3d8ebdd.zip
pfsense-8ff8a42ffbc64050b388ae8da0393284d3d8ebdd.tar.gz
add comment from RELENG_1_2
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-xusr/local/www/interfaces_vlan_edit.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php
index ad920f0..b5384c7 100755
--- a/usr/local/www/interfaces_vlan_edit.php
+++ b/usr/local/www/interfaces_vlan_edit.php
@@ -86,6 +86,19 @@ if ($_POST) {
write_config();
+ /* TODO
+ this does not always work, some systems require
+ a reboot before VLANs function properly. Suspect
+ FreeBSD driver issue.
+
+ This portion of code is also very slow, this is why
+ it takes a long time to add a new VLAN.
+ Benchmark_Timer on a 800 MHz VIA:
+ interfaces_lan_configure() takes about 6 seconds
+ interfaces_wan_configure() takes about 9.5 seconds
+ interfaces_optional_configure() takes about 5 seconds
+ */
+
interfaces_vlan_configure();
interfaces_lan_configure();
interfaces_wan_configure();
OpenPOWER on IntegriCloud