zoidyzoidzoid / awesome-ebpf

A curated list of awesome projects related to eBPF.
Creative Commons Zero v1.0 Universal
4.3k stars 368 forks source link

Added MPLSinIP example #13

Closed fzakaria closed 5 years ago

fzakaria commented 5 years ago

I have created what I believe to be a good sample of writing an eBPF filter that is heavily commented and opts for readability rather than terseness.

https://github.com/fzakaria/eBPF-mpls-encap-decap

I would like to include it as an example.

fzakaria commented 5 years ago

@qmonnet thanks -- addressed your feedback.

qmonnet commented 5 years ago

Thanks! Let's see if @zoidbergwill has an opinion, otherwise I'll merge this in a few days.

qmonnet commented 5 years ago

Now squashed and merged, thanks again!