little-dude / netlink

netlink libraries for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kobject_uevent support in netlink-proto

lu-zero opened this issue · comments

kobject_uevent messages do not seem to have a netlink header, would be acceptable to add a different Codec and wire it in automatically on Connection::new() ?

While at it audit could have its stand alone codec as well.

I drafted a way to implement it. The parsing of the actual message is omitted.