commit | fd862be82cfc6439ef519ce8e2dcc6445d80c83f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Oct 09 18:40:55 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat Nov 05 22:57:17 2022 -0700 |
tree | f8471dcb029f759e693b6cb3d23b7c77d0b45b42 | |
parent | bb0eaccb7d5d70f42745015c661a7bef57ae8837 [diff] |
system_queries: Get Interface Info from netlink This reduces all of the interface information probing down to a single netlink request for all the label + mac information needed to build an ethernet interface. If we ever plumb the ethernet stats into dbus, we can get that information with this same netlink code. Change-Id: Ied8a73639dcd74bcfecda392905638573ab7970f Signed-off-by: William A. Kennington III <wak@google.com>