diff options
author | smos <seth.mos@dds.nl> | 2012-06-20 15:35:01 +0200 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-10-02 09:25:44 -0400 |
commit | a9f0df69647bcf607e08aff82556ba9f04624f2d (patch) | |
tree | cd06db8b31f981e5ffb202573a85097715dc2674 /etc | |
parent | fdcc1b82fcd4dbcec20493639831f18c6b96030e (diff) | |
download | pfsense-a9f0df69647bcf607e08aff82556ba9f04624f2d.zip pfsense-a9f0df69647bcf607e08aff82556ba9f04624f2d.tar.gz |
Make sure that the limits are included in the normal ruleset, otherwise pf will use the defaults.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 1 |
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"); |