-
Notifications
You must be signed in to change notification settings - Fork 310
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
NAS-132721 / 25.04 / Support for NICs in containers #11116
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #11116 +/- ##
==========================================
+ Coverage 82.28% 82.32% +0.03%
==========================================
Files 1650 1652 +2
Lines 57730 57832 +102
Branches 5948 5956 +8
==========================================
+ Hits 47506 47609 +103
+ Misses 10224 10223 -1 ☔ View full report in Codecov by Sentry. |
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.
Works well 👍🏼
|
||
export const virtualizationNicTypeLabels = new Map<VirtualizationNicType, string>([ | ||
[VirtualizationNicType.Bridged, T('Bridged')], | ||
[VirtualizationNicType.Macvlan, T('Macvlan')], |
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.
MAC VLAN
This PR has been merged and conversations have been locked. |
Testing: see ticket.
Result:
Screen.Recording.2024-11-29.at.11.38.00.mov