[MXS-1315] expand the source paramter possibilities beyond a single IP or subnetwork Created: 2017-07-10 Updated: 2018-09-04 Resolved: 2018-09-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | namedserverfilter |
| Affects Version/s: | 2.1.4 |
| Fix Version/s: | 2.3.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Sylvain ARBAUDIE | Assignee: | Marko Rajala (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-64, MXS-SPRINT-65 |
| Description |
|
the source parameter in the NamedServerFilter only allows an IP like this :
or a wildcard pointer to a whole subnetwork like this :
as of 2.1.4 An interesting feature would be to provide a list of either IPs or subnetwork or even hostnames as value for this parameter like this :
it would allow for example docker containers to be easily configured without previous knowledge of the network, or use of hosts file. |
| Comments |
| Comment by markus makela [ 2018-03-26 ] | |||
|
Would make sense as a generic filter mechanism. | |||
| Comment by Reiner Keller [ 2018-07-11 ] | |||
|
Yes, best like common host resolution used in MariaDB for core and all modules where needed. I got e.g. with MariaDB MaxScale 2.2.11 this error while trying to connect with IPv4 address:
Maxscale shows me this error:
I used for testing masking read connects these modules:
EDIT: seems also related to | |||
| Comment by markus makela [ 2018-08-16 ] | |||
|
Reiner030 I think your problem might be more about |