summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 17:33:22 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 17:33:22 +0000
commit4853b3a8a954ceea4523045cc2d8d87595999d53 (patch)
tree0bc8e5af1cb1b0d5999e08386e6c583252af4326 /etc
parent2b9d4166fabff7121ffbc4e81e2289a3e4f5394c (diff)
downloadpfsense-4853b3a8a954ceea4523045cc2d8d87595999d53.zip
pfsense-4853b3a8a954ceea4523045cc2d8d87595999d53.tar.gz
whitespace cleanup
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1ab28ea..a9b5a8b 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1672,11 +1672,11 @@ function create_firewall_outgoing_rules_to_itself() {
$int = "ng0";
$ip = find_interface_ip($int);
if($return_gateway <> "")
- $replyto = "reply-to ({$int} {$return_gateway} ";
+ $replyto = "reply-to ({$int} {$return_gateway}";
else
- $replyto = " ";
+ $replyto = "";
if($ip <> "") {
- $rule .="pass out quick on {$int} {$replyto}inet from any to any keep state\n";
+ $rule .="pass out quick on {$int} {$replyto} inet from any to any keep state\n";
/* XXX - billm: temp fix for pppoe, needs better fix */
if($config['interfaces'][$ifname]['ipaddr'] != "")
$rule .="pass out quick on {$int} {$replyto} inet from {$int} to any keep state\n";
OpenPOWER on IntegriCloud