little-dude / netlink

netlink libraries for rust
Other
332 stars 89 forks source link

bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE` #295

Closed cathay4t closed 1 year ago

cathay4t commented 1 year ago

Using InfoBridge::MulticastQuerierState(Vec<BridgeQuerierState>) for IFLA_BR_MCAST_QUERIER_STATE.

Also isolated the InfoBridge related code to dedicate netlink-packet-route/src/rtnl/link/nlas/bridge.rs file.

Unit test case included using real netlink capture data.

cathay4t commented 1 year ago

Moved to https://github.com/rust-netlink/netlink-packet-route/pull/2