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

netlink: upgrade rtnetlink to version 0.14.1 #31

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

Paul-weqe
Copy link
Member

  • upgrade rtnetlink to latest version: 0.4.1. Still unstable
  • upgrade netlink-packet-route to version 0.19.
  • Introduce netlink-packet-utils. Some of the items we were previously using in netlink-packet-route are now only accessible via that library.

Majority of the changes have been made in
the netlink.rs files that exist both in
holo-routing and holo-interface.

There have been several changes on rtnetlink &
netlink-packet-route and key files, functions and
structs have also been moved in the library.
The changes have been reflected in this commit.

Is follow up from #30, this one being merged into the master branch

- upgrade rtnetlink to latest version: 0.4.1. Still unstable
- upgrade netlink-packet-route to version 0.19.
- Introduce netlink-packet-utils. Some of the items we were previously using in netlink-packet-route are now only accessible via that library.

Majority of the changes have been made in
the netlink.rs files that exist both in
holo-routing and holo-interface.

There have been several changes on rtnetlink &
netlink-packet-route and key files, functions and
structs have also been moved in the library.
The changes have been reflected in this commit.

Signed-off-by: Paul Wekesa <[email protected]>
Copy link

Test Results

    1 files  ±0    15 suites  ±0   0s ⏱️ ±0s
378 tests ±0  376 ✔️ ±0  2 💤 ±0  0 ±0 
382 runs  ±0  380 ✔️ ±0  2 💤 ±0  0 ±0 

Results for commit 506c5b9. ± Comparison against base commit 32fb3f4.

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.01%. Comparing base (32fb3f4) to head (506c5b9).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   63.07%   63.01%   -0.06%     
==========================================
  Files         179      179              
  Lines       30019    29997      -22     
==========================================
- Hits        18933    18904      -29     
- Misses      11086    11093       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Paul-weqe Paul-weqe requested a review from rwestphal September 17, 2024 13:20
Copy link
Member

@rwestphal rwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! Merging...

@rwestphal rwestphal merged commit cd6714a into master Sep 17, 2024
10 checks passed
@Paul-weqe Paul-weqe deleted the upgrade-rtnetlink branch September 17, 2024 13:47
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.

2 participants