Skip to content
Snippets Groups Projects
Commit 98f3f638 authored by Linus Lüssing's avatar Linus Lüssing
Browse files

gluon-ebtables-filter-multicast: relax IPv6 multicast firewall rules


Allow the transmission of IPv6 multicast packets as long as they are not
flooded through the whole mesh.

Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
parent cb505a35
No related branches found
No related tags found
No related merge requests found
rule ('MULTICAST_OUT -p IPv6 --ip6-dst ff02::1/128 -j DROP')
rule ('MULTICAST_OUT -p IPv6 --ip6-dst ff00::/8 -j mark --set-mark 0x4 --mark-target RETURN')
rule ('MULTICAST_OUT -j DROP')
......@@ -47,6 +47,7 @@ proto_gluon_bat0_setup() {
batctl orig_interval 5000
batctl hop_penalty "$(lookup_uci 'gluon.mesh_batman_adv.hop_penalty' 15)"
batctl noflood_mark 0x4/0x4
case "$gw_mode" in
server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment