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 VLAN support #902

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Merge branch 'smoltcp-rs:main' into vlan

5616b69
Select commit
Loading
Failed to load commit list.
Open

Add VLAN support #902

Merge branch 'smoltcp-rs:main' into vlan
5616b69
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

79.66% (-0.30%) compared to 4c27918

View this Pull Request on Codecov

79.66% (-0.30%) compared to 4c27918

Details

Codecov Report

Attention: Patch coverage is 56.65914% with 192 lines in your changes missing coverage. Please review.

Project coverage is 79.66%. Comparing base (4c27918) to head (5616b69).
Report is 104 commits behind head on main.

Files with missing lines Patch % Lines
src/iface/interface/mod.rs 35.38% 84 Missing ⚠️
src/wire/vlan.rs 75.13% 47 Missing ⚠️
src/wire/ethernet.rs 0.00% 30 Missing ⚠️
src/iface/interface/ipv4.rs 6.89% 27 Missing ⚠️
src/iface/interface/ethernet.rs 92.72% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #902      +/-   ##
==========================================
- Coverage   79.96%   79.66%   -0.30%     
==========================================
  Files          82       83       +1     
  Lines       28378    28783     +405     
==========================================
+ Hits        22693    22931     +238     
- Misses       5685     5852     +167     

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