From 2909d891f6a01c8d605ffe99e1a55a4c11615164 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Tue, 20 Nov 2012 22:15:32 +0100 Subject: add " address" behind the interface nat name --- usr/local/www/firewall_nat_out.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') 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 'NO NAT'; 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 -- cgit v1.1