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

Merge pull request #3477 from neocturne/block-nested-vxlan

gluon-ebtables-filter-multicast: block packets with Gluon VXLAN multicast destination
parents fef15507 090bcda7
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