summaryrefslogtreecommitdiff
path: root/src/basic/missing.h
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2017-04-25 09:43:41 +0530
committerSven Eden <yamakuzure@gmx.net>2017-07-25 09:46:52 +0200
commit1175855b275502b7a9526a8b1c54f2dbb8bbcdcc (patch)
treef38c34b33439a7917cc2012346e70db676ca325e /src/basic/missing.h
parent30c7b995a1120d380011d6bdbe6d24fafdc2e1ee (diff)
Add Geneve netlink properties to missing.h
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r--src/basic/missing.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 1a4c62b47..9e4c4ee25 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -766,6 +766,25 @@ struct btrfs_ioctl_quota_ctl_args {
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
#endif
+#if !HAVE_DECL_IFLA_GENEVE_LABEL
+#define IFLA_GENEVE_UNSPEC 0
+#define IFLA_GENEVE_ID 1
+#define IFLA_GENEVE_REMOTE 2
+#define IFLA_GENEVE_TTL 3
+#define IFLA_GENEVE_TOS 4
+#define IFLA_GENEVE_PORT 5
+#define IFLA_GENEVE_COLLECT_METADATA 6
+#define IFLA_GENEVE_REMOTE6 7
+#define IFLA_GENEVE_UDP_CSUM 8
+#define IFLA_GENEVE_UDP_ZERO_CSUM6_TX 9
+#define IFLA_GENEVE_UDP_ZERO_CSUM6_RX 10
+#define IFLA_GENEVE_LABEL 11
+
+#define __IFLA_GENEVE_MAX 12
+
+#define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1)
+#endif
+
#if !HAVE_DECL_IFLA_IPTUN_ENCAP_DPORT
#define IFLA_IPTUN_UNSPEC 0
#define IFLA_IPTUN_LINK 1