linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function
commit01154f792d254ae60a8a7ed6b363f1ed9a511204
authorLaurent Vivier <laurent@vivier.eu>
Wed, 26 Jun 2019 15:08:55 +0000 (26 17:08 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 2 Jul 2019 14:56:46 +0000 (2 16:56 +0200)
tree76ee38b1611946f8957338a8823f1b580f269c77
parent64ce541c0bde7f8bcf8b39a08c32e71ceab23268
linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function

QEMU_IFLA_BR_MULTI_BOOLOPT has been added to the wrong function
host_to_target_slave_data_bridge_nlattr(). Move it to
host_to_target_data_bridge_nlattr().

This fixes following error:
  Unknown QEMU_IFLA_BR type 46

Fixes: 61b463fbf6cb ("linux-user: add new netlink types")
Message-Id: <20190626150855.27446-1-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/fd-trans.c