summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-08-11 09:44:25 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-08-11 09:44:25 -0300
commit687d11a63a7050a7efb6a6daf899c6323d7fdc67 (patch)
tree1d69491f2aaefd8e5c19f83c18890febb6903be8 /etc
parent565908d277ef7d5790ecc3fea49e569e89b922d3 (diff)
downloadpfsense-687d11a63a7050a7efb6a6daf899c6323d7fdc67.zip
pfsense-687d11a63a7050a7efb6a6daf899c6323d7fdc67.tar.gz
Remove double defined 'localhost' on the list of networks to create outbound NAT rules. It should fix #3800
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 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']);
OpenPOWER on IntegriCloud