sd-netlink: Add supprt for geneve properties

IFLA_GENEVE_TTL_INHERIT and
IFLA_GENEVE_DF
This commit is contained in:
Susant Sahani 2019-05-09 21:36:35 +05:30 committed by Yu Watanabe
parent 274be39d14
commit 469fd84866

View file

@ -301,6 +301,8 @@ static const NLType rtnl_link_info_data_geneve_types[] = {
[IFLA_GENEVE_UDP_ZERO_CSUM6_TX] = { .type = NETLINK_TYPE_U8 },
[IFLA_GENEVE_UDP_ZERO_CSUM6_RX] = { .type = NETLINK_TYPE_U8 },
[IFLA_GENEVE_LABEL] = { .type = NETLINK_TYPE_U32 },
[IFLA_GENEVE_TTL_INHERIT] = { .type = NETLINK_TYPE_U8 },
[IFLA_GENEVE_DF] = { .type = NETLINK_TYPE_U8 },
};
static const NLType rtnl_link_info_data_can_types[] = {