commit | ab3d5d41c89ea5ba24fae62c62436333ebdc4f67 | [log] [tgz] |
---|---|---|
author | Sean Dague <sdague@linux.vnet.ibm.com> | Fri Jan 18 19:10:14 2013 -0500 |
committer | Sean Dague <sdague@linux.vnet.ibm.com> | Fri Jan 18 19:47:29 2013 -0500 |
tree | 71e6f21c019d52c11669fff7a7ac2b841a309131 | |
parent | a3d2ab7716457136a549c1ffd43126ad62d73ad2 [diff] |
change ipv6 format to pass on postgresql postgresql recently moved to storing ip addresses as native types. The problem being that we send down some slightly unnatural looking IPv6 strings, so when we return them our simple comparitors fail. Converting this to a more IPv6 natural definition makes it pass with postgresql. Fixes bug #1101645 Change-Id: I282eb7e873d824e7c03923c2200bbe1e2d0bbada