summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-02-17 19:59:42 +0000
committerErmal <eri@pfsense.org>2014-02-17 20:00:25 +0000
commitee9783e93e632158db9bff26365369535d6d1866 (patch)
tree6b3b04a40179f06a8ad40b4d5027f7291cfa68f2 /usr/local/www/guiconfig.inc
parentc00e6bd4c35656bce340b6561c0c2c4ac0d3efa7 (diff)
downloadpfsense-ee9783e93e632158db9bff26365369535d6d1866.zip
pfsense-ee9783e93e632158db9bff26365369535d6d1866.tar.gz
Move this global declaration to the proper file rather than backend code
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 19c519f..a08a070 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -95,6 +95,19 @@ if(!$ignorefirmwarelock) {
}
}
+/* Reserved table names to avoid colision */
+$reserved_table_names = array(
+ "bogons",
+ "bogonsv6",
+ "negate_networks",
+ "snort2c",
+ "sshlockout",
+ "tonatsubnets",
+ "virusprot",
+ "vpn_networks",
+ "webConfiguratorlockout"
+);
+
$firewall_rules_dscp_types = array("af11",
"af12",
"af13",
OpenPOWER on IntegriCloud