-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vlan id, no dst+src vlan #11
Comments
I started implementing this setting with sFlow, which only shows the current 802.1q VLAN. Thank you |
In nfdump, the fields are |
I was thinking of the field id in the protocol specification. |
Hm, didn't find any list or something that would look like that 🤔 Found the spec @ https://sflow.org/sflow_version_5.txt, there it is in Was also checking nfdump source code where there are references to constants I found in this file that led me here and that matches these. So possibly |
58 and 59 sounds indeed like default IPFIX https://www.iana.org/assignments/ipfix/ipfix.xhtml |
Added vlan fields in the protobuf (dbb683e). Feel free to re-open if there is any issue. |
I was comparing flows received by this library and by nfcapd. It seems to me that in VlanId is the same content as would normally be in srcVlan field. Why is goflow designed to have VlanId only and not both src+dst vlan?
The text was updated successfully, but these errors were encountered: