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

Based-on-patch-by: Christof Schulze <christof.schulze@gmx.net>
This commit is contained in:
Matthias Schiffer 2017-12-26 22:57:35 +01:00
parent a252383918
commit 39284f00d0
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -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',