summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
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 0507cfc..10d9d7d 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/0 ";
+ $tonathosts .= "127.0.0.0/8 0.0.0.0/32 ";
if($numberofnathosts > 4) {
$natrules .= "table <tonatsubnets> { {$tonathosts} }\n";
$macroortable = "<tonatsubnets>";
OpenPOWER on IntegriCloud