Since this attribute is now exposed by kernel in net-next[1],
let's also add it here, so that it can be inspected from
userspace.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=
16a2206354d1
Signed-off-by: Jan Vaclav <jvaclav@redhat.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
if (tb[IFLA_HSR_PROTOCOL])
print_hhu(PRINT_ANY, "proto", "proto %hhu ",
rta_getattr_u8(tb[IFLA_HSR_PROTOCOL]));
+ if (tb[IFLA_HSR_VERSION])
+ print_hhu(PRINT_ANY, "version", "version %hhu ",
+ rta_getattr_u8(tb[IFLA_HSR_VERSION]));
}
static void hsr_print_help(struct link_util *lu, int argc, char **argv,