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

bridge: Change InfoBridge::VlanFiltering from u8 to bool #94

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

cathay4t
Copy link
Member

@cathay4t cathay4t commented Feb 1, 2024

The kernel code net/bridge/br_vlan.c function
br_vlan_filter_toggle() indicate the IFLA_BR_VLAN_FILTERING is
holding boolean.

The kernel code `net/bridge/br_vlan.c` function
`br_vlan_filter_toggle()` indicate the `IFLA_BR_VLAN_FILTERING` is
holding boolean.

Signed-off-by: Gris Ge <[email protected]>
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aec3fc6) 64.20% compared to head (07cc8aa) 64.20%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #94   +/-   ##
=======================================
  Coverage   64.20%   64.20%           
=======================================
  Files         140      140           
  Lines        8947     8948    +1     
=======================================
+ Hits         5744     5745    +1     
  Misses       3203     3203           

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

@cathay4t cathay4t merged commit de0f47a into rust-netlink:main Feb 5, 2024
10 checks passed
@cathay4t cathay4t deleted the fix_br_vlan_filter branch February 5, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant