From: Eric Dumazet
Date: Sat, 04 Nov 2017 08:53:27 -0700
> From: Eric Dumazet
>
> IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid
> confusion.
>
> Signed-off-by: Eric Dumazet
> ---
> Should be applied after pktgen fix, thanks !
Thanks for resolving this, scary to see something
On 11/5/17 12:53 AM, Eric Dumazet wrote:
> From: Eric Dumazet
>
> IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid
> confusion.
>
> Signed-off-by: Eric Dumazet
> ---
> Should be applied after pktgen fix, thanks !
>
> include/net/addrconf.h |3 ---
> net/ipv6/addrconf.c|
From: Eric Dumazet
IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid
confusion.
Signed-off-by: Eric Dumazet
---
Should be applied after pktgen fix, thanks !
include/net/addrconf.h |3 ---
net/ipv6/addrconf.c|2 ++
2 files changed, 2 insertions(+), 3 deletions(-)
diff