-
Notifications
You must be signed in to change notification settings - Fork 229
driver: rawnetworkinterfacedriver: Add managed attribute #1737
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
Conversation
dcbc1f3 to
75767cd
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1737 +/- ##
========================================
- Coverage 45.4% 45.4% -0.1%
========================================
Files 172 172
Lines 13500 13503 +3
========================================
+ Hits 6130 6131 +1
- Misses 7370 7372 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Adds an attribute that controls if the driver fully manages the network interface, which causes it to setup and teardown the interface on activate and deactivate. This allows users to disable this behavior if they are externally managing the interface. Closes: labgrid-project#1728 Signed-off-by: Joshua Watt <[email protected]> [bst: make documentation more consistent] Signed-off-by: Bastian Krause <[email protected]>
75767cd to
fe4ec8b
Compare
|
Thanks! I've made the documentation part a bit more consistent. |
|
Thanks @Bastian-Krause. Can we backport this to the stable-25.0 branch also? I can make a PR if that's the easiest |
I'll backport it. |
Done. |
Adds an attribute that controls if the driver fully manages the network interface, which causes it to setup and teardown the interface on activate and deactivate. This allows users to disable this behavior if they are externally managing the interface.
Closes: #1728
Checklist