From ee9783e93e632158db9bff26365369535d6d1866 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 17 Feb 2014 19:59:42 +0000 Subject: Move this global declaration to the proper file rather than backend code --- usr/local/www/guiconfig.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'usr/local') 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", -- cgit v1.1