[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Noise from sockets.c
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] Noise from sockets.c |
Date: |
Tue, 09 Aug 2011 10:25:33 +0100 |
On Mon, 2011-08-08 at 16:25 +0200, Gisle Vanem wrote:
> But the problem is not with IPv4-addresses. AFAICS the
> noise comes from printing an IPv6-address with the 'X16_F'. Mine is
> "hx" also.
Apologies, I was looking at ip_addr_debug_print() rather than
ip6_addr_debug_print(). We need a cast in the IP6_ADDR_BLOCK* macros to
bring them down to 16 bit types. It sounds like Ivan is looking into
this, so thanks for raising this problem.
Kieran