linux-user: add new netlink types
commitd9679ee592dd181854a39ed05db4038c0a6bbf80
authorLaurent Vivier <laurent@vivier.eu>
Thu, 9 Jul 2020 07:23:31 +0000 (9 09:23 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 13 Jul 2020 19:25:33 +0000 (13 21:25 +0200)
tree693006235bc64dc8cb1d0b96170d22f9fcdf2716
parent4c1850c130a31e6f3cc896a5ba5fb7a602540bc9
linux-user: add new netlink types

Only implement IFLA_PERM_ADDRESS to fix the following error:

  Unknown host QEMU_IFLA type: 54

The couple of other ones, IFLA_PROP_LIST and IFLA_ALT_IFNAME, have
been introduced to be used with RTM_NEWLINKPROP, RTM_DELLINKPROP and
RTM_GETLINKPROP that are not implemented by QEMU.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200709072332.890440-1-laurent@vivier.eu>
linux-user/fd-trans.c