Skip to content
Snippets Groups Projects
Unverified Commit 89873668 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #3486 from freifunk-gluon/backport-3477-to-v2023.2.x

[Backport v2023.2.x] gluon-ebtables-filter-multicast: block packets with Gluon VXLAN multicast destination
parents 89c1ea51 7303e846
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 ff02::15c/128 -j DROP') -- Gluon VXLAN multicast group
rule ('MULTICAST_OUT -p IPv6 --ip6-dst ff00::/8 -j mark --set-mark 0x4 --mark-target RETURN')
rule ('MULTICAST_OUT -j DROP')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment