]> Git Repo - qemu.git/commit
linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function
authorLaurent Vivier <[email protected]>
Wed, 26 Jun 2019 15:08:55 +0000 (17:08 +0200)
committerLaurent Vivier <[email protected]>
Tue, 2 Jul 2019 14:56:46 +0000 (16:56 +0200)
commit01154f792d254ae60a8a7ed6b363f1ed9a511204
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[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/fd-trans.c
This page took 0.022058 seconds and 4 git commands to generate.