From 687d11a63a7050a7efb6a6daf899c6323d7fdc67 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 11 Aug 2014 09:44:25 -0300 Subject: Remove double defined 'localhost' on the list of networks to create outbound NAT rules. It should fix #3800 --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index df096e0..711dae4 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1342,7 +1342,7 @@ function filter_nat_rules_automatic_tonathosts($with_descr = false) { global $config, $FilterIflist, $GatewaysList; $tonathosts = array("127.0.0.0/8"); - $descriptions = array(gettext("localhost"), gettext("localhost")); + $descriptions = array(gettext("localhost")); foreach (get_staticroutes() as $route) { $netip = explode("/", $route['network']); -- cgit v1.1