Update NamedServerFilter documentation and release notes

This commit is contained in:
Johan Wikman 2018-10-03 13:06:02 +03:00
parent b33b888b07
commit 7c5d3a5e74
2 changed files with 11 additions and 1 deletions

View File

@ -96,7 +96,13 @@ source=192.%.%.%
source=192.168.%.%
source=192.168.10.%
```
Note that using source=% to match any IP is not allowed.
Note that using `source=%` to match any IP is not allowed.
Since MaxScale 2.3 it's also possible to specify multiple addresses separated
by comma. Incoming client connections are subsequently checked against each.
```
source=192.168.21.3,192.168.10.%
```
### `user`

View File

@ -201,6 +201,10 @@ allows queries to be automatically retried if their execution is interrupted.
The [`causal_reads`](../Routers/ReadWriteSplit.md#causal_reads) parameter
enables distributed consistent reads with MariaDB version 10.2 and newer.
### Named Server Filter
The `source` parameter can now contain a list of comma separated addresses.
### Interactive Mode for MaxCtrl
MaxCtrl can now be started in an interactive mode similar to MaxAdmin. This