MXS-2048: Fix dbfwfilter module command documentation
Fixed the command names.
This commit is contained in:
@ -374,16 +374,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
|
||||
|
||||
|
Reference in New Issue
Block a user