You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== Breaking changes
- Deprecated `LinkAddRequest::xfrmtun()` in the favor of
`LinkAddRequest::xfrmtun_link`. (de62338)
- Changed `RouteGetRequest::new()` to use `RouteMessageBuilder`. (9be24c6)
- Changed `LinkAddRequest()` and `LinkSetRequest` to use
`LinkMessageBuilder`. (230a729)
=== New features
- Support specifying link when crating xfrm interface. (de62338)
- Support creating VRF link. (6863102)
- Introducing `RouteAddRequest` for building netlink message for adding
routes. (b5e0cb6, 24bf04f)
- Reexport `netlink-*` packages. (a4d2611)
- impl Debug, Clone for all requests and handles. (515471f)
=== Bug fixes
- N/A
Signed-off-by: Gris Ge <[email protected]>
0 commit comments