diff options
author | Ermal <eri@pfsense.org> | 2014-02-17 19:59:42 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-02-17 20:00:50 +0000 |
commit | ecd9fd533311494580a3b0f5928889bfa72a4689 (patch) | |
tree | 86e599980c6ce68784c4e193548e66f483d4c188 /etc | |
parent | 64a093d65e9898fd6d0722432063cb3d3358d907 (diff) | |
download | pfsense-ecd9fd533311494580a3b0f5928889bfa72a4689.zip pfsense-ecd9fd533311494580a3b0f5928889bfa72a4689.tar.gz |
Move this global declaration to the proper file rather than backend code
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index b3689eb..63ea275 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -58,18 +58,6 @@ $filterdns = array(); /* Used for aliases and interface macros */ $aliases = ""; -/* Reserved table names to avoid colision */ -$reserved_table_names = array( - "bogons", - "bogonsv6", - "negate_networks", - "snort2c", - "sshlockout", - "tonatsubnets", - "virusprot", - "vpn_networks", - "webConfiguratorlockout"); - function fix_rule_label($descr) { $descr = str_replace('"', '', $descr); if (strlen($descr) > 63) |