Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.9
-
None
Description
% wildcards not working with source in Named Server Filter. As per the documentation,
https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-22-named-server-filter/#configuration
Since MaxScale 2.1 it's also possible to use % wildcards:
source=192.%.%.%
source=192.168.%.%
source=192.168.10.%
While using it, gives error
2018-05-23 05:28:56 warning: [namedserverfilter] Found invalid IP address for parameter 'source=127.%.%.%': Name or service not known
|
2018-05-23 05:28:56 error : [namedserverfilter] Failure setting 'source' from 127.%.%.%
|
2018-05-23 05:28:56 error : Failed to create filter 'NamedServerFilter' instance.
|
2018-05-23 05:28:56 error : Failed to load filter 'NamedServerFilter' for service 'Splitter-Service'.
|
2018-05-23 05:30:58 warning: [namedserverfilter] Found invalid IP address for parameter 'source=127.0.%.%': Name or service not known
|
2018-05-23 05:30:58 error : [namedserverfilter] Failure setting 'source' from 127.0.%.%
|
2018
|