summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-20 04:46:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-20 04:46:31 +0000
commit9e7889d015b43394b761e0e28349cdd8696ff49f (patch)
treeea36bed73fcfd1ba0ae7f76666e3d4f2487e1464 /etc
parentcb655be742707851a8ae97da3ec1b87267365da5 (diff)
downloadpfsense-9e7889d015b43394b761e0e28349cdd8696ff49f.zip
pfsense-9e7889d015b43394b761e0e28349cdd8696ff49f.tar.gz
Remove bullshit dedication.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b4cf0b5..0396a3b 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -723,9 +723,6 @@ function filter_nat_rules_generate() {
$natrules .= "nat on {$rule_friendly_if} proto tcp from {$rule_subnet}/{$rule_interface_subnet} to {$target} port {$extport[0]} -> {$rule_friendly_if}\n";
}
- /* setup reflection rule for this item if requested
- * sponsored by Robin Greenhagen www.gsihosting.com
- */
if(!isset($config['system']['disablenatreflection'])) {
$natrules .= "\n# Reflection redirects\n";
OpenPOWER on IntegriCloud