little-dude / netlink

netlink libraries for rust
Other
332 stars 89 forks source link

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

Open cathay4t opened 1 year ago

cathay4t commented 1 year 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.