Searched hist:"3993 c4e159eba0e10c0628737736d6fcf97ab9ef" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff 3993c4e159eba0e10c0628737736d6fcf97ab9ef Wed Jun 11 18:41:24 CDT 2014 Linus Lüssing <linus.luessing@web.de> bridge: fix compile error when compiling without IPv6 support
Some fields in "struct net_bridge" aren't available when compiling the kernel without IPv6 support. Therefore adding a check/macro to skip the complaining code sections in that case.
Introduced by 2cd4143192e8c60f66cb32c3a30c76d0470a372d ("bridge: memorize and export selected IGMP/MLD querier port")
Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|