Re: [PATCH 1/2] linux-user: add new netlink types

2020-07-13 Thread Laurent Vivier
Le 09/07/2020 à 09:23, Laurent Vivier a écrit : > 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_

[PATCH 1/2] linux-user: add new netlink types

2020-07-09 Thread Laurent Vivier
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: