Use IPv6 for created listeners

When listeners are created, use the default values of [::]:3306.
This commit is contained in:
Markus Mäkelä
2017-03-29 17:14:39 +03:00
parent 1901a3bc0a
commit b458b63756
4 changed files with 6 additions and 6 deletions

View File

@ -125,7 +125,7 @@ bool runtime_alter_monitor(MXS_MONITOR *monitor, char *key, char *value);
*
* @param service Service where the listener is added
* @param name Name of the listener
* @param addr Listening address, NULL for default of 0.0.0.0
* @param addr Listening address, NULL for default of ::
* @param port Listening port, NULL for default of 3306
* @param proto Listener protocol, NULL for default of "MySQLClient"
* @param auth Listener authenticator, NULL for protocol default authenticator