summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2012-11-20 22:15:32 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2012-11-20 22:15:32 +0100
commit2909d891f6a01c8d605ffe99e1a55a4c11615164 (patch)
tree6786711fa726d2b117e0d1333effc51dd86186b9 /usr/local/www/firewall_nat_out.php
parent9250baafef8aaede5f7288fa8bf8a62fe586a4cb (diff)
downloadpfsense-2909d891f6a01c8d605ffe99e1a55a4c11615164.zip
pfsense-2909d891f6a01c8d605ffe99e1a55a4c11615164.tar.gz
add " address" behind the interface nat name
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-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