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:
parent
a252383918
commit
39284f00d0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user