summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-11-28 16:42:13 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-11-28 16:42:13 -0200
commit992324efad8f8c2c8144619e8c7681458560cd16 (patch)
tree436c84e07a18750bc57f83a63772a47ba957552b /etc/inc/filter.inc
parent7238e0cfc840d175e5b0dd650730fc21b6a9b368 (diff)
downloadpfsense-992324efad8f8c2c8144619e8c7681458560cd16.zip
pfsense-992324efad8f8c2c8144619e8c7681458560cd16.tar.gz
Remove 0.0.0.0 from automatic outbound nat rules
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c296bbb..dbf3a44 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1345,7 +1345,7 @@ function filter_generate_reflection_proxy($rule, $nordr, $rdr_ifs, $srcaddr, $ds
function filter_nat_rules_automatic_tonathosts($with_descr = false) {
global $config, $FilterIflist, $GatewaysList;
- $tonathosts = array("127.0.0.0/8", "0.0.0.0/32");
+ $tonathosts = array("127.0.0.0/8");
$descriptions = array(gettext("localhost"), gettext("localhost"));
foreach (get_staticroutes() as $route) {
OpenPOWER on IntegriCloud