]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-netlink: Add supprt for geneve properties
authorSusant Sahani <ssahani@gmail.com>
Thu, 9 May 2019 16:06:35 +0000 (21:36 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 May 2019 13:45:26 +0000 (22:45 +0900)
IFLA_GENEVE_TTL_INHERIT and
IFLA_GENEVE_DF

src/libsystemd/sd-netlink/netlink-types.c

index 192033fd696eb6cfc17024b5513ab09fcf5e0736..c847c373387ae886207745c75ea1be17c359c786 100644 (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[] = {