Explorar o código

gluon-core: firewall: allow Multicast Listener Discovery on mesh/local_client

Based-on-patch-by: Christof Schulze <christof.schulze@gmx.net>
Matthias Schiffer %!s(int64=6) %!d(string=hai) anos
pai
achega
39284f00d0

+ 4 - 0
package/gluon-core/luasrc/lib/gluon/upgrade/140-firewall-rules

@@ -53,6 +53,10 @@ for _, zone in ipairs ({ 'mesh', 'local_client' } ) do
 			'neighbour-solicitation',
 			'router-advertisement',
 			'neighbour-advertisement',
+			'130/0', -- Multicast Listener Query
+			'131/0', -- Multicast Listener Report
+			'132/0', -- Multicast Listener Done
+			'143/0', -- MLDv2
 		},
 		limit = '1000/sec',
 		family = 'ipv6',