From 2172c4ca85e855feadfc21344bcd00204fdec513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sun, 6 Jan 2019 13:12:38 +0200 Subject: [PATCH] MXS-2048: Fix dbfwfilter module command documentation Fixed the command names. --- Documentation/Filters/Database-Firewall-Filter.md | 12 +++++++----- .../Release-Notes/MaxScale-2.2.19-Release-Notes.md | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentation/Filters/Database-Firewall-Filter.md b/Documentation/Filters/Database-Firewall-Filter.md index 7c3401919..26b800ee7 100644 --- a/Documentation/Filters/Database-Firewall-Filter.md +++ b/Documentation/Filters/Database-Firewall-Filter.md @@ -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 diff --git a/Documentation/Release-Notes/MaxScale-2.2.19-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.19-Release-Notes.md index 42f0cfa26..543b613f3 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.19-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.19-Release-Notes.md @@ -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