summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-20 15:35:01 +0200
committerjim-p <jimp@pfsense.org>2012-10-02 09:25:44 -0400
commita9f0df69647bcf607e08aff82556ba9f04624f2d (patch)
treecd06db8b31f981e5ffb202573a85097715dc2674
parentfdcc1b82fcd4dbcec20493639831f18c6b96030e (diff)
downloadpfsense-a9f0df69647bcf607e08aff82556ba9f04624f2d.zip
pfsense-a9f0df69647bcf607e08aff82556ba9f04624f2d.tar.gz
Make sure that the limits are included in the normal ruleset, otherwise pf will use the defaults.
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c27dd8e..87401cc 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -280,6 +280,7 @@ function filter_configure_sync($delete_states_if_needed = true) {
flowtable_configure();
$rules = "";
+ $rules = "{$limitrules}\n";
$rules .= "{$aliases} \n";
$rules .= "{$gateways} \n";
update_filter_reload_status("Setting up logging information");
OpenPOWER on IntegriCloud