[U-Boot] [RFC PATCH 2/8] lib: vsprintf: add IPv6 compressed format %pI6c
Joe Hershberger
joe.hershberger at gmail.com
Mon Nov 2 21:42:49 CET 2015
Hi Chris,
On Mon, Oct 12, 2015 at 2:43 AM, Chris Packham <judge.packham at gmail.com> wrote:
> Add support for "human friendly" IPv6 address representations as
> specified in
> http://tools.ietf.org/html/draft-ietf-6man-text-addr-representation-00
>
> This code has been adapted from Linux kernel with minimal modification.
>
> Signed-off-by: Chris Packham <judge.packham at gmail.com>
> ---
Seems reasonable to me. It should be behind a #ifdef CONFIG_NET6 check, though.
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list