commit | 29cf519ee086686e5f0fc91cbb2d601dd1190f9c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Jun 09 11:23:37 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 09 12:51:15 2011 -0700 |
tree | 25087a60cf10c246548c5b1c6e915e49b2dddc43 | |
parent | dac853ae89043f1b7752875300faf614de43c74b [diff] |
vsprintf: Update %pI6c to not compress a single 0 RFC 5952 (http://tools.ietf.org/html/rfc5952) mandates that 2 or more consecutive 0's are required before using :: compression. Update ip6_compressed_string to match the RFC and update the http reference as well. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>