Skip to content

New release 0.13.0

Compare
Choose a tag to compare
@cathay4t cathay4t released this 10 Jul 04:19
· 37 commits to main since this release

Breaking changes

  • InfoVlan::EgressQos(Vec<u8>) changed to
    InfoVlan::EgressQos(Vec<VlanQosMapping>). (2d33edb)
  • InfoVlan::IngressQos(Vec<u8>) changed to
    InfoVlan::IngressQos(Vec<VlanQosMapping>). (2d33edb)

New features

  • Added rich representation for VLAN QOS mapping. (2d33edb)
  • Added MacVlan IFLA_MACVLAN_BC_ options. (640be35)

Bug fixes

  • N/A