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

Add mac address to Interfaces #29

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Add mac address to Interfaces #29

merged 1 commit into from
Sep 13, 2024

Conversation

Paul-weqe
Copy link
Member

We introduce the Mac Address to the Interface struct inside the holo-interface module.

The netlink message Nla giving us this information has been modified to catter for this, we also modify the respective Ibus functions to make sure the mac address is put in while updating the interface details.

Add the mac address to the interface struct inside
the `holo-interface` module.
We also modify the necessary ibus and netlink
functions to fit the updated field.

Signed-off-by: Paul Wekesa <[email protected]>
@Paul-weqe Paul-weqe requested a review from rwestphal September 13, 2024 07:59
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 44d2f24. ± Comparison against base commit 222d545.

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 63.07%. Comparing base (222d545) to head (44d2f24).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
holo-utils/src/southbound.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   63.07%   63.07%   -0.01%     
==========================================
  Files         179      179              
  Lines       30018    30019       +1     
==========================================
  Hits        18933    18933              
- Misses      11085    11086       +1     

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

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.

Looks good! Thanks for opening this PR, I should need this for my IS-IS work as well. Merging...

@rwestphal rwestphal merged commit 32fb3f4 into master Sep 13, 2024
10 checks passed
@Paul-weqe Paul-weqe deleted the add-iface-macaddr branch September 17, 2024 13:26
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