Re: [OpenWrt-Devel] [PATCH] firewall: Allow MLD input on WAN

2015-05-03 Thread Linus Lüssing
Hi Steven, On Sun, May 03, 2015 at 04:43:24PM +0200, Steven Barth wrote: > Hello Linus, > > thanks for the patch. I have two questions here. > > #1 Why should this be done for v6 but not for v4? woops, sorry, had the IGMP part for v4 in my test setup but forgot to add it to the patch. Going to

Re: [OpenWrt-Devel] [PATCH] firewall: Allow MLD input on WAN

2015-05-03 Thread Steven Barth
Hello Linus, thanks for the patch. I have two questions here. #1 Why should this be done for v6 but not for v4? #2 If the intention is to respond to MLD queries why should the firewall allow reception of report messages? Cheers, Steven ___ openw

[OpenWrt-Devel] [PATCH] firewall: Allow MLD input on WAN

2015-05-02 Thread Linus Lüssing
The WAN port should at least respond to MLD queries as otherwise a snooping bridge/switch might drop traffic. Signed-off-by: Linus Lüssing --- package/network/config/firewall/files/firewall.config | 12 1 file changed, 12 insertions(+) diff --git a/package/network/config/firewall