little-dude / netlink

netlink libraries for rust
Other
329 stars 89 forks source link

Allow create DefaultNla #297

Closed a1ien closed 2 years ago

wllenyj commented 2 years ago

Why is this needed? Please add some background descriptions?

a1ien commented 2 years 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 2 years 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 2 years ago

Done.

cathay4t commented 2 years ago

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