commit | f4940179649d7cbbb6773bb95713294a160b21f8 | [log] [download] |
---|---|---|
author | Igor Sukhih <igor@openvz.org> | Fri Jun 08 12:05:02 2007 +0400 |
committer | Igor Sukhih <igor@openvz.org> | Fri Jun 08 12:05:02 2007 +0400 |
tree | d893737356023d30339f60ab55aebc817dd222b9 | |
parent | f7b35d8f2ac9680d6da794a72e71c51496c15a2b [diff] |
Convert ipv6 address to short form. IPv6 with aaaa:bbbb:cccc:dddd:0:0:0:xxxx is same as aaaa:bbbb:cccc:dddd::xxxx but the ip(route) command return only the short one, so all grep check fails. Also use short form in vzlist. http://bugzilla.openvz.org/show_bug.cgi?id=590