little-dude / netlink

netlink libraries for rust
Other
329 stars 89 forks source link

rtnetlink: The `set_link_index_filter` can be done at kernel space #294

Open cathay4t opened 2 years ago

cathay4t commented 2 years ago

BY removing the NLM_F_DUMP and set the AddressHeader.index, we can do the filter at kernel space instead of current user space.

I will do the work. Just need a link o reference and tracking.