goflow icon indicating copy to clipboard operation
goflow copied to clipboard

sFlow: support IPv4/IPv6 sampled header

Open leoluk opened this issue 4 years ago • 0 comments

goflow supports only Ethernet(1) sampled headers. However, some devices do not send an Ethernet header and send sampled IPv4/IPv6 headers instead, which are currently ignored:

https://github.com/cloudflare/goflow/blob/f27eadb178457d36e1ff0f685a19562be16654c2/producer/producer_sf.go#L41

Similar to https://github.com/VerizonDigital/vflow/pull/50

leoluk avatar May 26 '20 21:05 leoluk