Skip to content

New release 0.14.0

Compare
Choose a tag to compare
@cathay4t cathay4t released this 05 Dec 14:45
· 27 commits to main since this release

Breaking changes

  • Many VxlanAddRequest functions changed from u8 to bool. (ba4825a)
  • Deprecated LinkSetRequest::master() in the favor of
    LinkSetRequest::controller(). (ba4825a)
  • Deprecated LinkSetRequest::nomaster() in the favor of
    LinkSetRequest::nocontroller(). (ba4825a)
  • Many NeighbourAddRequest functions changed from u8/u16 to enum. (ba4825a)
  • Many TrafficFilterNewRequest functions changed from u8/u16 to enum.
    (ba4825a)

New features

  • Rule: function to set fw_mark when adding rule. (dabef43)

Bug fixes

  • N/A