-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add "egressNodeName" field for Egress information support #343
Conversation
@Atish-iaf, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
65da770
to
fc81671
Compare
Hi @antoninbas @heanlan |
pkg/registry/registry_antrea.csv
Outdated
@@ -56,3 +56,4 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R | |||
154,egressIP,string,,current,,,,,,,,56506, | |||
155,appProtocolName,string,,current,,,,,,,,56506, | |||
156,httpVals,string,,current,,,,,,,,56506, | |||
157,egressNode,string,,current,,,,,,,,56506, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given naming for other existing IEs (sourceNodeName
and destinationNodeName
), this should probably be called egressNodeName
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
==========================================
+ Coverage 72.73% 72.88% +0.14%
==========================================
Files 19 19
Lines 2853 2854 +1
==========================================
+ Hits 2075 2080 +5
+ Misses 604 602 -2
+ Partials 174 172 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Add a new field "egressNodeName" for the visibility of Egress information in flow records. Signed-off-by: Kumar Atish <katish@vmware.com>
fc81671
to
de98a58
Compare
Add a new field "egressNodeName" for the visibility of Egress information in flow records. Signed-off-by: Kumar Atish <katish@vmware.com>
Hi @Atish-iaf , go-ipfix v0.9.0 is released. Please feel free to use this tag in Antrea repository. |
Add a new field
egressNodeName
for the visibility of Egress information in flow records.