diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2016-09-02 01:55:10 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2016-09-02 01:56:39 +0200 |
commit | d98e54b215a7798aa0cd9d8432340d6e6df762f5 (patch) | |
tree | 1f4ce2a2dcfa43d53069b9a1de21ff769c808f17 /src/usr | |
parent | 8d50c07c8bfdd2692a0c7d3ca3489977b528aecc (diff) | |
download | pfsense-d98e54b215a7798aa0cd9d8432340d6e6df762f5.zip pfsense-d98e54b215a7798aa0cd9d8432340d6e6df762f5.tar.gz |
Outbound nat overview, show alias popup and edit options on source and destination, for both the address and port.
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/firewall_nat_out.php | 6 |
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 57cb354..57cd4d1 100644 --- a/src/usr/local/www/firewall_nat_out.php +++ b/src/usr/local/www/firewall_nat_out.php @@ -304,10 +304,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']) ); ?> |