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

Rename SrcIf to InIf and DstIf to OutIf #49

Closed simPod closed 4 years ago

simPod commented 4 years ago

Closes #28

lspgn commented 4 years ago

Looks like Travis was having issues fetching libraries. Was the proto regenerated using protoc?

Thank you

simPod commented 4 years ago

Just regenerated through protoc

lspgn commented 4 years ago

did you run PROTOCPATH=$HOME/go/bin/ make proto? Getting slightly different protobuf generated file.

simPod commented 4 years ago

@lspgn I run this now PROTOCPATH=/usr/local/bin make proto There were some changes, check now 🤔