summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-09-03 01:26:49 -0500
committerChris Buechler <cmb@pfsense.org>2013-09-03 01:26:49 -0500
commitec532672c6aeb139ce0bdf812c9bb8cd1ae1ef90 (patch)
tree3203a1d90248e6392d1cb1e94b80dfb8905acfae /etc
parent7a6851dff7763fc85d03648ca30039fcd53ac620 (diff)
downloadpfsense-ec532672c6aeb139ce0bdf812c9bb8cd1ae1ef90.zip
pfsense-ec532672c6aeb139ce0bdf812c9bb8cd1ae1ef90.tar.gz
touch up text, s/nat/NAT/
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index fd48ff0..0ed2cde 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1245,13 +1245,13 @@ function filter_generate_reflection_proxy($rule, $nordr, $rdr_ifs, $srcaddr, $ds
$delta = 0;
if(($inetdport + $delta + 1) - $starting_localhost_port_tmp > 500) {
- log_error("Not installing nat reflection rules for a port range > 500");
+ log_error("Not installing NAT reflection rules for a port range > 500");
$inetdport = $starting_localhost_port;
$toadd_array = array();
$toomanyports = true;
break;
} else if(($inetdport + $delta) > 19990) {
- log_error("Installing partial nat reflection rules. Maximum 1,000 reached.");
+ log_error("Installing partial NAT reflection rules. Maximum 1,000 reached.");
$delta = 19990 - $inetdport;
$loc_pt[1] = $loc_pt[0] + $delta;
if($delta == 0)
OpenPOWER on IntegriCloud