Explorar el 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 hace 6 años
padre
commit
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',
 			'neighbour-solicitation',
 			'router-advertisement',
 			'router-advertisement',
 			'neighbour-advertisement',
 			'neighbour-advertisement',
+			'130/0', -- Multicast Listener Query
+			'131/0', -- Multicast Listener Report
+			'132/0', -- Multicast Listener Done
+			'143/0', -- MLDv2
 		},
 		},
 		limit = '1000/sec',
 		limit = '1000/sec',
 		family = 'ipv6',
 		family = 'ipv6',