summaryrefslogtreecommitdiffstats
path: root/src/usr
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:27 -0300
commitbfe658f6537de1cf0fe12beefa24dd2c59c3d5bd (patch)
tree2b040f7da34aed886c1fc5afc406c53b5896b29e /src/usr
parentbeb7a6989fb75c1af1d6550402a9d1ee10ffe233 (diff)
downloadpfsense-bfe658f6537de1cf0fe12beefa24dd2c59c3d5bd.zip
pfsense-bfe658f6537de1cf0fe12beefa24dd2c59c3d5bd.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)
Diffstat (limited to 'src/usr')
-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 4a27324..8b72797 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