Re: [PATCH] bridge: include in6.h in if_bridge.h for struct in6_addr

2014-11-05 Thread David Miller
From: Gregory Fong Date: Tue, 4 Nov 2014 11:21:21 -0800 > if_bridge.h uses struct in6_addr ip6, but wasn't including the in6.h > header. Thomas Backlund originally sent a patch to do this, but this > revealed a redefinition issue: https://lkml.org/lkml/2013/1/13/116 > > The redefinition issue

Re: [PATCH] bridge: include in6.h in if_bridge.h for struct in6_addr

2014-11-04 Thread Cong Wang
On Tue, Nov 4, 2014 at 11:21 AM, Gregory Fong wrote: > if_bridge.h uses struct in6_addr ip6, but wasn't including the in6.h > header. Thomas Backlund originally sent a patch to do this, but this > revealed a redefinition issue: https://lkml.org/lkml/2013/1/13/116 > > The redefinition issue should