Update NamedServerFilter documentation and release notes
This commit is contained in:
parent
b33b888b07
commit
7c5d3a5e74
@ -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`
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user