summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-26 18:22:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-26 18:22:16 +0000
commit0107f143d36346f1a5b122bce8b1fe602411b608 (patch)
tree6b3193d142ed1d45fbe499f39ef35fbfbf2df6d3 /etc
parent4f9a3d3b1d6167f47ef49ba5d6af497e2f96b8f9 (diff)
downloadpfsense-0107f143d36346f1a5b122bce8b1fe602411b608.zip
pfsense-0107f143d36346f1a5b122bce8b1fe602411b608.tar.gz
Need a space between keep state and the port
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index cf746ce..5b2a1e4 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1041,7 +1041,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
$dstporta = $dstport[0];
if ((!$dstport[1]) || ($dstport[0] == $dstport[1])) {
if(alias_expand($dstport[0]))
- $line .= "port { {$dstporta} }";
+ $line .= "port { {$dstporta} } ";
else
$line .= "port = {$dstporta} ";
} else if (($dstport[0] == 1) && ($dstport[1] == 65535)) {
OpenPOWER on IntegriCloud