summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2016-09-02 01:55:10 +0200
committerRenato Botelho <renato@netgate.com>2016-09-02 08:33:37 -0300
commit54bf6953ed9b580304f0f11fa6cd3ee76854bec4 (patch)
treeb0c5da4b3ec68fa306e2d2e98be6a1803aea08bb
parent4aa5f0fd4f6972bf77320081a4ed8600230e021e (diff)
downloadpfsense-54bf6953ed9b580304f0f11fa6cd3ee76854bec4.zip
pfsense-54bf6953ed9b580304f0f11fa6cd3ee76854bec4.tar.gz
Outbound nat overview, show alias popup and edit options on source and destination, for both the address and port.
(cherry picked from commit d98e54b215a7798aa0cd9d8432340d6e6df762f5)
-rw-r--r--src/usr/local/www/firewall_nat_out.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index 26b055f..50e96a7 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -336,10 +336,10 @@ print($form);
$alias = rule_columns_with_alias(
- $natent['source']['address'],
- pprint_port($natent['source']['port']),
+ $natent['source']['network'],
+ pprint_port($natent['sourceport']),
$natent['destination']['address'],
- pprint_port($natent['destination']['port'])
+ pprint_port($natent['dstport'])
);
?>
OpenPOWER on IntegriCloud