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: Linus Lüssing <linus.luessing@c0d3.blue>
This commit is contained in:
parent
cb505a354a
commit
98f3f63842
@ -1 +1,3 @@
|
|||||||
|
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')
|
rule ('MULTICAST_OUT -j DROP')
|
||||||
|
@ -47,6 +47,7 @@ proto_gluon_bat0_setup() {
|
|||||||
|
|
||||||
batctl orig_interval 5000
|
batctl orig_interval 5000
|
||||||
batctl hop_penalty "$(lookup_uci 'gluon.mesh_batman_adv.hop_penalty' 15)"
|
batctl hop_penalty "$(lookup_uci 'gluon.mesh_batman_adv.hop_penalty' 15)"
|
||||||
|
batctl noflood_mark 0x4/0x4
|
||||||
|
|
||||||
case "$gw_mode" in
|
case "$gw_mode" in
|
||||||
server)
|
server)
|
||||||
|
Loading…
Reference in New Issue
Block a user