summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index d8a613c..7485965 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -417,7 +417,7 @@ include("head.inc");
if (isset($natent['nonat']))
echo '<I>NO NAT</I>';
elseif (!$natent['target'])
- echo htmlspecialchars(convert_friendly_interface_to_friendly_descr($natent['interface']));
+ echo htmlspecialchars(convert_friendly_interface_to_friendly_descr($natent['interface'])) . " address";
elseif ($natent['target'] == "other-subnet")
echo $natent['targetip'] . '/' . $natent['targetip_subnet'];
else
OpenPOWER on IntegriCloud