polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Adds support for declaring IFA_ADDRESS/LOCAL individually #23

Closed bkchr closed 7 years ago

bkchr commented 7 years ago

This pr also makes IfInfoPacketBuilder public. This struct is useful for building info package and should not be hidden. The same applies to the RtAttrIterator::new function.

polachok commented 7 years ago

Looks great, thanks!