summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-26 02:56:30 +0000
committerBill Marquette <billm@pfsense.org>2005-02-26 02:56:30 +0000
commitb82430a4427c5e779ffee193cbd1adc3994c24f8 (patch)
treebd24fa781ba682fde3f28651ebe5a39807dac305
parent763f623831761ad9e51d88a66594b90dc7e403be (diff)
downloadpfsense-b82430a4427c5e779ffee193cbd1adc3994c24f8.zip
pfsense-b82430a4427c5e779ffee193cbd1adc3994c24f8.tar.gz
missing brace
-rw-r--r--etc/inc/filter.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 8e1f143..cb595c3 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1122,6 +1122,7 @@ table <bogons> persist file "/etc/bogons"
block in $log quick on $wanif from <bogons> to any label "block bogon networks from wan"
EOD;
+ }
$ipfrules .= <<<EOD
@@ -1618,4 +1619,4 @@ function create_firewall_outgoing_rules_to_itself() {
return $rule;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud