Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 378 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 378 Bytes

find-bad-middleboxes

This is the proof-of-concept code that accompanies the eBPF Summit lightning talk I gave called Bad middlebox!

You can try this yourself to see if anyone connecting to you over IPv6 has a bad middlebox that alters their flow labels. This also functions as an example of using the cilium/ebpf bpf2go project to compile and embed eBPF objects in go code.