summaryrefslogtreecommitdiff
path: root/src/basic/missing.h
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2017-03-08 18:39:43 +0530
committerSven Eden <yamakuzure@gmx.net>2017-07-25 09:44:34 +0200
commit4a25d32f7ac0fa7c15dc5ef7cdb98866b051ba70 (patch)
tree1acb614a14fe86ee156fbae9bd9b79e4260c8791 /src/basic/missing.h
parentffaca18890d1908c423a4f0e196bedf065ab1397 (diff)
missing.h: add vxlan netlink properties
Diffstat (limited to 'src/basic/missing.h')
-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 b1a512eb4..0d71a57c8 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -733,7 +733,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
@@ -759,7 +759,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