MXS-2048: Fix dbfwfilter module command documentation

Fixed the command names.
This commit is contained in:
Markus Mäkelä 2019-01-06 13:12:38 +02:00
parent bc346422fb
commit 2172c4ca85
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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