summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-11-28 16:43:35 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-11-28 16:43:35 -0200
commit1ebb561de3a7a4146b20682926f71f6fc48856de (patch)
treea9a7db9abd864db0673c99858b58455f9ea9ed26 /etc
parent4c91880c59a1f19e5459b863c4222e07e364484b (diff)
downloadpfsense-1ebb561de3a7a4146b20682926f71f6fc48856de.zip
pfsense-1ebb561de3a7a4146b20682926f71f6fc48856de.tar.gz
Remove 0.0.0.0 from automatic outbound nat rules
Diffstat (limited to 'etc')
-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 10d9d7d..ee2dd21 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1679,7 +1679,7 @@ function filter_nat_rules_generate() {
$numberofnathosts++;
}
$natrules .= "\n# Subnets to NAT \n";
- $tonathosts .= "127.0.0.0/8 0.0.0.0/32 ";
+ $tonathosts .= "127.0.0.0/8 ";
if($numberofnathosts > 4) {
$natrules .= "table <tonatsubnets> { {$tonathosts} }\n";
$macroortable = "<tonatsubnets>";
OpenPOWER on IntegriCloud