little-dude / netlink

netlink libraries for rust
Other
329 stars 89 forks source link

bridge: add support for setting `IFLA_BRIDGE_VLAN_INFO` #213

Closed flouthoc closed 2 years ago

flouthoc commented 2 years ago

Extends InfoBridge to support Flags

Add support for setting IFLA_BRIDGE_VLAN_INFO to bridge management nested attributes.

        BRIDGE_VLAN_INFO_MASTER = 1
        BRIDGE_VLAN_INFO_PVID = 4
        BRIDGE_VLAN_INFO_UNTAGGED = 8
        BRIDGE_VLAN_INFO_RANGE_BEGIN = 16
        BRIDGE_VLAN_INFO_RANGE_END = 32
flouthoc commented 2 years ago

I want to rebase this after: https://github.com/little-dude/netlink/pull/212

little-dude commented 2 years ago

You can now rebase this @flouthoc :) Thanks!

flouthoc commented 2 years ago

@little-dude Thanks :) rebased

little-dude commented 2 years ago

Thanks @flouthoc !