
6 Feb
2017
6 Feb
'17
4:32 p.m.
On 25 January 2017 at 01:56, Chris Packham judge.packham@gmail.com wrote:
Add support for "human friendly" IPv6 address representations as specified in https://www.rfc-editor.org/rfc/rfc5952.txt
This code has been adapted from Linux kernel with minimal modification.
Signed-off-by: Chris Packham judge.packham@gmail.com
Changes in v3: None Changes in v2: None
include/net6.h | 13 +++++ lib/vsprintf.c | 154 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 144 insertions(+), 23 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Can you please add function comments for these?
ip6_addr_string() ip6_compressed_string()