summaryrefslogtreecommitdiffstats
path: root/src/conf.default
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-02-08 02:12:47 -0800
committerNOYB <Al_Stu@Frontier.com>2016-02-08 22:11:42 -0800
commitfdb83ce0555487a4ba076aa40f9a1a4886259f22 (patch)
treeae23d112b1a78c5dfc2ca596ff73a9680059bbe9 /src/conf.default
parent56ba82402a667f52a7cbcdab4c91cca33885301e (diff)
downloadpfsense-fdb83ce0555487a4ba076aa40f9a1a4886259f22.zip
pfsense-fdb83ce0555487a4ba076aa40f9a1a4886259f22.tar.gz
Firewall / Rules - Page Efficiency Upgrade
1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces.
Diffstat (limited to 'src/conf.default')
-rw-r--r--src/conf.default/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml
index d09cd06..f77bd89 100644
--- a/src/conf.default/config.xml
+++ b/src/conf.default/config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<pfsense>
- <version>14.2</version>
+ <version>14.3</version>
<lastchange/>
<system>
<optimization>normal</optimization>
OpenPOWER on IntegriCloud