summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 18428fc..bcbe3ec 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1351,6 +1351,7 @@ function filter_nat_rules_generate() {
}
}
$natrules .= "\n# Subnets to NAT \n";
+ $tonathosts .= "127.0.0.0/8 ";
if($numberofnathosts > 4) {
$natrules .= "table <tonatsubnets> { {$tonathosts} }\n";
$macroortable = "<tonatsubnets>";
OpenPOWER on IntegriCloud