MXS-2048: Fix dbfwfilter module command documentation
Fixed the command names.
This commit is contained in:
parent
bc346422fb
commit
2172c4ca85
@ -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
|
||||
|
||||
|
@ -14,6 +14,7 @@ report on [our Jira](https://jira.mariadb.org/projects/MXS).
|
||||
* [MXS-2234](https://jira.mariadb.org/browse/MXS-2234) Add extra info to log when MaxScale loads persisted configuration files
|
||||
* [MXS-2232](https://jira.mariadb.org/browse/MXS-2232) version_string prefix 5.5.5- is always added
|
||||
* [MXS-2231](https://jira.mariadb.org/browse/MXS-2231) Kerberos together with ssl doesn't work
|
||||
* [MXS-2048](https://jira.mariadb.org/browse/MXS-2048) Rewrite dbfwfilter module command documentation
|
||||
|
||||
## Known Issues and Limitations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user