mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
linux-user: netlink: update IFLA_BRPORT entries
add IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT and IFLA_BRPORT_MCAST_EHT_HOSTS_CNT # QEMU_LOG=unimp ip a Unknown QEMU_IFLA_BRPORT type 37 Unknown QEMU_IFLA_BRPORT type 38 Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211219154514.2165728-3-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
a99478672c
commit
f0effdbc2a
1 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,8 @@ enum {
|
|||
QEMU_IFLA_BRPORT_BACKUP_PORT,
|
||||
QEMU_IFLA_BRPORT_MRP_RING_OPEN,
|
||||
QEMU_IFLA_BRPORT_MRP_IN_OPEN,
|
||||
QEMU_IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT,
|
||||
QEMU_IFLA_BRPORT_MCAST_EHT_HOSTS_CNT,
|
||||
QEMU___IFLA_BRPORT_MAX
|
||||
};
|
||||
|
||||
|
@ -607,6 +609,8 @@ static abi_long host_to_target_slave_data_bridge_nlattr(struct nlattr *nlattr,
|
|||
/* uin32_t */
|
||||
case QEMU_IFLA_BRPORT_COST:
|
||||
case QEMU_IFLA_BRPORT_BACKUP_PORT:
|
||||
case QEMU_IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT:
|
||||
case QEMU_IFLA_BRPORT_MCAST_EHT_HOSTS_CNT:
|
||||
u32 = NLA_DATA(nlattr);
|
||||
*u32 = tswap32(*u32);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue