Skip to content
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

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

Atish-iaf
Copy link
Contributor

@Atish-iaf Atish-iaf commented Feb 13, 2024

Add a new field egressNodeName for the visibility of Egress information in flow records.

@vmwclabot
Copy link
Member

@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.

@Atish-iaf
Copy link
Contributor Author

Hi @antoninbas @heanlan
Please help to review this PR.
Thanks

@@ -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,
Copy link
Member

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

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (073bf85) 72.73% compared to head (de98a58) 72.88%.

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
integration-tests 52.90% <ø> (+2.24%) ⬆️
unit-tests 71.75% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pkg/registry/registry_antrea.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Add a new field "egressNodeName" for the visibility of Egress information
in flow records.

Signed-off-by: Kumar Atish <katish@vmware.com>
@Atish-iaf Atish-iaf changed the title Add "egressNode" field for Egress information support Add "egressNodeName" field for Egress information support Feb 15, 2024
@antoninbas antoninbas merged commit f6bae75 into vmware:main Feb 15, 2024
9 checks passed
heanlan pushed a commit to heanlan/go-ipfix that referenced this pull request Feb 15, 2024
Add a new field "egressNodeName" for the visibility of Egress information
in flow records.

Signed-off-by: Kumar Atish <katish@vmware.com>
@heanlan
Copy link
Contributor

heanlan commented Feb 15, 2024

Hi @Atish-iaf , go-ipfix v0.9.0 is released. Please feel free to use this tag in Antrea repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants