Skip to content

Releases: rust-netlink/netlink-packet-wireguard

New release 0.3.0

26 Jan 09:49
v0.3.0

Choose a tag to compare

Breaking changes

  • Rewrite to align with netlink-packet-route code style. (3067a39)
    • All netlink attribute are marked as #[non_exhaustive].
    • Renamed Wireguard to WireguardMessage.
    • Renamed WgDeviceAttrs to WireguardAttribute.
    • Renamed WgAllowedIp to WireguardAllowedIp.
    • Renamed WgPeerAttrs to WireguardPeer.
    • Renamed WgPeer to WireguardPeerAttribute.
    • Will not expose any constants.
    • Changed the use of std::time::SystemTime to self-defined
      WireguardTimeSpec.
    • Do not raise error for unknown attribute but store in
      Self::Other(DefaultNla).

New features

  • N/A

Bug fixes

  • N/A

New release 0.2.4

28 Aug 11:36
v0.2.4

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Use latest rust-netlink crates. (3f7e252)

New release 0.2.3

10 Jul 07:20
v0.2.3

Choose a tag to compare

v0.2.3

New release 0.2.3

Initial release 0.2.2

25 Jun 15:44
v0.2.2

Choose a tag to compare

v0.2.2

Initial release 0.2.0