Re: [PATCH net-next 1/2] bridge: adding stubs for multicast exports

2014-07-08 Thread Cong Wang
On Sun, Jul 6, 2014 at 8:41 PM, Linus Lüssing wrote: > diff --git a/include/linux/if_bridge.h b/include/linux/if_bridge.h > index fd22789..e0c575c 100644 > --- a/include/linux/if_bridge.h > +++ b/include/linux/if_bridge.h > @@ -36,8 +36,22 @@ extern void brioctl_set(int (*ioctl_hook)(struct net

Re: [PATCH net-next 1/2] bridge: adding stubs for multicast exports

2014-07-08 Thread Cong Wang
On Sun, Jul 6, 2014 at 8:41 PM, Linus Lüssing linus.luess...@web.de wrote: diff --git a/include/linux/if_bridge.h b/include/linux/if_bridge.h index fd22789..e0c575c 100644 --- a/include/linux/if_bridge.h +++ b/include/linux/if_bridge.h @@ -36,8 +36,22 @@ extern void brioctl_set(int

[PATCH net-next 1/2] bridge: adding stubs for multicast exports

2014-07-06 Thread Linus Lüssing
To make users (e.g. batman-adv soon) load- and runnable even if the bridge was compiled without snooping capabilities - or even if the kernel was compiled without any bridge code at all. Signed-off-by: Linus Lüssing --- include/linux/if_bridge.h | 14 ++ 1 file changed, 14

[PATCH net-next 1/2] bridge: adding stubs for multicast exports

2014-07-06 Thread Linus Lüssing
To make users (e.g. batman-adv soon) load- and runnable even if the bridge was compiled without snooping capabilities - or even if the kernel was compiled without any bridge code at all. Signed-off-by: Linus Lüssing linus.luess...@web.de --- include/linux/if_bridge.h | 14 ++ 1