The change to enable address tracking via netlink incorrectly
changed the subsystem of rtnetlink events from "net" to
"interface". This broke interface add/delete notifications,
which come from the kernel with subsystem "net".
Switch back to "net" and deal with address tracking via new
action codes instead of a new subsystem.
[Cherry-pick of
|
||
|---|---|---|
| .. | ||
| FrameworkClient.h | ||
| FrameworkCommand.h | ||
| FrameworkListener.h | ||
| List.h | ||
| NetlinkEvent.h | ||
| NetlinkListener.h | ||
| ServiceManager.h | ||
| SocketClient.h | ||
| SocketListener.h | ||