An open API service indexing awesome lists of open source software.

https://github.com/markpash/find-bad-middleboxes

This is the proof-of-concept code that accompanies the eBPF Summit lightning talk I gave called Bad middlebox!
https://github.com/markpash/find-bad-middleboxes

bpf bpf2go cilium ebpf ebpf-summit middlebox

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.