summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-3.local>2009-12-20 23:13:22 -0500
committerChris Buechler <cmb@cmb-macbook-pro-3.local>2009-12-20 23:13:22 -0500
commit08c00cdf75823298b1710339d5d34f204d042c60 (patch)
tree394f4bf7bcf6793cc80ab4051671551cef5097db
parent60f417b4ca0b33cfd52ef3b5e242f7d627de148c (diff)
downloadpfsense-08c00cdf75823298b1710339d5d34f204d042c60.zip
pfsense-08c00cdf75823298b1710339d5d34f204d042c60.tar.gz
remove wrong no nat
-rw-r--r--etc/inc/filter.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 3c3ee60..f66968e 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -997,8 +997,6 @@ function filter_nat_rules_generate()
update_filter_reload_status("Creating outbound rules {$if} - ({$ifcfg['descr']})");
if (interface_has_gateway($if)) {
$target = $ifcfg['ip'];
- /* do not nat tftp proxy */
- $natrules .= "no nat on \${$ifcfg['descr']} to port tftp\n";
/* create outbound nat entries for all local networks */
$natrules .= filter_nat_rules_generate_if($if,
"{$macroortable}", 500, "", 500, $target, 500, false);
OpenPOWER on IntegriCloud