linux-user: add nested netlink types
commitc5dff280b8131b14a96b99c13c6a98d497c23271
authorLaurent Vivier <laurent@vivier.eu>
Mon, 27 Jun 2016 16:54:30 +0000 (27 18:54 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Tue, 19 Jul 2016 12:20:59 +0000 (19 15:20 +0300)
treef2086f3555e7ee97187312f432d46281c0e00b71
parenta82ea9393df18276f36e3202d2cc3ad73b980e92
linux-user: add nested netlink types

Nested types are used by the kernel to send link information and
protocol properties.

We can see following errors with "ip link show":

Unimplemented nested type 26
Unimplemented nested type 26
Unimplemented nested type 18
Unimplemented nested type 26
Unimplemented nested type 18
Unimplemented nested type 26

This patch implements nested types 18 (IFLA_LINKINFO) and
26 (IFLA_AF_SPEC).

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c