Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä
2019-01-07 10:33:34 +02:00
8 changed files with 113 additions and 76 deletions

View File

@ -419,16 +419,18 @@ details about module commands.
The dbfwfilter supports the following module commands.
### `dbfwfilter::rules/reload [FILE]`
### `rules/reload FILTER [FILE]`
Load a new rule file or reload the current rules. New rules are only taken into
use if they are successfully loaded and in cases where loading of the rules
fail, the old rules remain in use. The _FILE_ argument is an optional path to a
rule file and if it is not defined, the current rule file is used.
fail, the old rules remain in use. The _FILTER_ parameter is the filter instance
whose rules are reloaded. The _FILE_ argument is an optional path to a rule file
and if it is not defined, the current rule file is used.
### `dbfwfilter::rules`
### `rules FILTER`
Shows the current statistics of the rules.
Shows the current statistics of the rules. The _FILTER_ parameter is the filter
instance to inspect.
## Use Cases