Use inet_pton(3) in clusterCommand.
Replace inet_aton(3) call with the more future proof inet_pton(3) function which is capable of handling additional address families.
Please register or sign in to comment
Replace inet_aton(3) call with the more future proof inet_pton(3) function which is capable of handling additional address families.