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

Order network interfaces according to index value #4126

Merged
merged 1 commit into from Mar 22, 2024
Merged

Conversation

samjkon
Copy link
Contributor

@samjkon samjkon commented Mar 22, 2024

Summary

ENIs in the task payload have an index field. Certain use cases require the network interfaces list to be sorted according to this index.

Implementation details

All changes are in network_namespace.go file.

Testing

New tests cover the changes:
go test -tags unit ./...

Description for the changelog

ENIs in the task payload have an index field. Certain use cases require the network interfaces list to be sorted according to this index.

Does this PR include breaking model changes? If so, Have you added transformation functions?

No

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ENIs in the task payload have an index field. Certain use cases require
the network interfaces list to be sorted according to this index.
@samjkon samjkon requested a review from a team as a code owner March 22, 2024 19:29
@samjkon samjkon merged commit e6766cd into aws:dev Mar 22, 2024
40 checks passed
@samjkon samjkon deleted the enisort branch March 22, 2024 22:10
@Yiyuanzzz Yiyuanzzz mentioned this pull request Apr 4, 2024
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.

None yet

4 participants