summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2017-03-08 18:39:43 +0530
committerSusant Sahani <susant@redhat.com>2017-03-14 10:11:49 +0530
commit015e191677809b9a22146a97d38196d7287611af (patch)
treec73d526bb1a0c9f91a887269b6dd234b26fa1619 /src
parent6f94e420e8355421fc31713a0df760d6b20473ac (diff)
missing.h: add vxlan netlink properties
Diffstat (limited to 'src')
-rw-r--r--src/basic/missing.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 480462357d..284cbaffc0 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -726,7 +726,7 @@ struct btrfs_ioctl_quota_ctl_args {
#define IFLA_VLAN_MAX (__IFLA_VLAN_MAX - 1)
#endif
-#if !HAVE_DECL_IFLA_VXLAN_REMCSUM_NOPARTIAL
+#if !HAVE_DECL_IFLA_VXLAN_GPE
#define IFLA_VXLAN_UNSPEC 0
#define IFLA_VXLAN_ID 1
#define IFLA_VXLAN_GROUP 2
@@ -752,7 +752,11 @@ struct btrfs_ioctl_quota_ctl_args {
#define IFLA_VXLAN_REMCSUM_RX 22
#define IFLA_VXLAN_GBP 23
#define IFLA_VXLAN_REMCSUM_NOPARTIAL 24
-#define __IFLA_VXLAN_MAX 25
+#define IFLA_VXLAN_COLLECT_METADATA 25
+#define IFLA_VXLAN_LABEL 26
+#define IFLA_VXLAN_GPE 27
+
+#define __IFLA_VXLAN_MAX 28
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
#endif