-
Notifications
You must be signed in to change notification settings - Fork 267
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
Replace utils.LinkByNameOrAlias with netlink.LinkByName #1908
Conversation
The netlink library has an issue with querying altnames that exceed the 15 char length. |
The netlink library now supports AltNames/Aliases so we use that feature.
This is sweet! Bonus points for making it into netlink 💪 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1908 +/- ##
==========================================
+ Coverage 53.20% 53.33% +0.13%
==========================================
Files 155 154 -1
Lines 11303 11262 -41
==========================================
- Hits 6014 6007 -7
+ Misses 4437 4402 -35
- Partials 852 853 +1
|
The netlink library now supports AltNames/Aliases so we use that feature.