Skip to content
Snippets Groups Projects
Unverified Commit 39284f00 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent a2523839
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment