addr-family-ipv6.lisp (ipaddr-string): Ignore trivial runs of zeros.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Apr 2014 13:14:24 +0000 (14:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 22 Apr 2014 13:41:05 +0000 (14:41 +0100)
commit78c686d3a9b0c6f0abed0e78b3879756edfac3ea
tree213baa505bf34d0f072df0e3abf2fe497c273c7e
parent1a339c77202274463e6150bea957ddf53b800815
addr-family-ipv6.lisp (ipaddr-string): Ignore trivial runs of zeros.

It seems that the convention is to write addresses out longhand if they
have only isolated zero components.  So do that here too.
addr-family-ipv6.lisp