cloudflare / goflow

The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare.
BSD 3-Clause "New" or "Revised" License
859 stars 172 forks source link

Add IPv6ExtensionHeaders #32

Closed debugloop closed 5 years ago

debugloop commented 5 years ago

Added IPv6ExtensionHeaders to Protobuf and the Netflow Producer.

Also added a gitignore for the bin directory and fixed the Makefile to use mkdir -p bin, so one can just rerun make build to generate binaries.

lspgn commented 5 years ago

Looks good to me! Thank you for making this PR :). Will merge soon.

lspgn commented 5 years ago

Thank you!