Re: [ovs-dev] [PATCH v2 07/14] lib: add format_in6_addr and scan_in6_addr

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:10AM -0200, Thadeu Lima de Souza Cascardo wrote: > From: Jiri Benc > > Add in6_addr counterparts to the existing format and scan functions. > Otherwise we'd need to recast all the time. > > Signed-off-by: Jiri Benc > Acked-by: Ben Pfaff Applied, thanks! _

[ovs-dev] [PATCH v2 07/14] lib: add format_in6_addr and scan_in6_addr

2015-11-25 Thread Thadeu Lima de Souza Cascardo
From: Jiri Benc Add in6_addr counterparts to the existing format and scan functions. Otherwise we'd need to recast all the time. Signed-off-by: Jiri Benc Acked-by: Ben Pfaff --- lib/odp-util.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/li