little-dude / netlink

netlink libraries for rust
Other
332 stars 89 forks source link

Add XFRM support #298

Open zooknotic opened 1 year ago

zooknotic commented 1 year ago

I've added some code to support the netlink xfrm API, primarily to support management of IPsec tunnels. Similar to the other protocols, I've split it up into netlink-packet-xfrm for message parse/emit, and xfrmnetlink for request/response handling. Feel free to add to your project if desired, or let me know if there's anything that should be changed to make it more suitable for inclusion. Thx.

wllenyj commented 1 year ago

Can you move this pr to https://github.com/rust-netlink?

JohnTitor commented 1 year ago

@wllenyj We have to create a repo first.

@cathay4t I'm not sure how we use https://github.com/rust-netlink/new-crate-review, could you clarify its usecase?