Introduced by Linux commit v4.19-rc1~140^2~288^2.
* xlat/rtnl_ifla_brport_attrs.in (IFLA_BRPORT_BACKUP_PORT): New
constant.
* rtnl_link.c (ifla_brport_nla_decoders) <[IFLA_BRPORT_BACKUP_PORT]>:
New decoder.
[IFLA_BRPORT_BCAST_FLOOD] = decode_nla_u8,
[IFLA_BRPORT_GROUP_FWD_MASK] = decode_nla_u16,
[IFLA_BRPORT_NEIGH_SUPPRESS] = decode_nla_u8,
- [IFLA_BRPORT_ISOLATED] = decode_nla_u8
+ [IFLA_BRPORT_ISOLATED] = decode_nla_u8,
+ [IFLA_BRPORT_BACKUP_PORT] = decode_nla_ifindex,
};
static bool
IFLA_BRPORT_GROUP_FWD_MASK 31
IFLA_BRPORT_NEIGH_SUPPRESS 32
IFLA_BRPORT_ISOLATED 33
+IFLA_BRPORT_BACKUP_PORT 34