little-dude / netlink

netlink libraries for rust
Other
328 stars 89 forks source link

Allow create DefaultNla #297

Closed a1ien closed 1 year ago

wllenyj commented 1 year ago

Why is this needed? Please add some background descriptions?

a1ien commented 1 year ago

We want send custom message. For example netlink_packet_route::rtnl::neighbour::NeighbourMessage, we want create netlink_packet_route::rtnl::neighbour::nlas::Nla with Other variant

cathay4t commented 1 year ago

@a1ien We are in the middle of migrating to https://github.com/rust-netlink/netlink-packet-utils , could you create PR there again? Thank you!

a1ien commented 1 year ago

Done.

cathay4t commented 1 year ago

Closing as it is merged in https://github.com/rust-netlink/netlink-packet-utils/pull/4