when we compare ip addresses in ctdb_same_ip we must first canonicalize the addresses...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 20 Aug 2008 01:52:36 +0000 (11:52 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 20 Aug 2008 01:52:36 +0000 (11:52 +1000)
commitb0fe4c45fc5ba1ecf62ebb921092c8a34e28a2bd
treecd112782bb0a6468c1d46430f62f62cf9b50f0d7
parent6da7b36b7ccc4ee9b809867ea32036f09a801bb3
when we compare ip addresses in ctdb_same_ip we must first canonicalize the addresses  so that we realize that 127.0.0.1:22 is really the same thing as ::ffff:127.0.0.1:22

Downgrade all AF_INET6 ::ffff:xxxx:xxxx sockaddresses into AF_INET ones
common/ctdb_util.c