Update NamedServerFilter documentation and release notes
This commit is contained in:
@ -96,7 +96,13 @@ source=192.%.%.%
|
|||||||
source=192.168.%.%
|
source=192.168.%.%
|
||||||
source=192.168.10.%
|
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`
|
### `user`
|
||||||
|
|
||||||
|
|||||||
@ -201,6 +201,10 @@ allows queries to be automatically retried if their execution is interrupted.
|
|||||||
The [`causal_reads`](../Routers/ReadWriteSplit.md#causal_reads) parameter
|
The [`causal_reads`](../Routers/ReadWriteSplit.md#causal_reads) parameter
|
||||||
enables distributed consistent reads with MariaDB version 10.2 and newer.
|
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
|
### Interactive Mode for MaxCtrl
|
||||||
|
|
||||||
MaxCtrl can now be started in an interactive mode similar to MaxAdmin. This
|
MaxCtrl can now be started in an interactive mode similar to MaxAdmin. This
|
||||||
|
|||||||
Reference in New Issue
Block a user