diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2015-08-26 23:46:52 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-27 15:42:47 -0700 |
commit | e305ac6cf5a1e1386aedce7ef9cb773635d5845c (patch) | |
tree | 007743d3c9976466e35bb930464402cceabb21d5 /include/uapi/linux/if_link.h | |
parent | cd7918b35f0ee0106bbe2ce4a14b5a8c9763deb8 (diff) | |
download | op-kernel-dev-e305ac6cf5a1e1386aedce7ef9cb773635d5845c.zip op-kernel-dev-e305ac6cf5a1e1386aedce7ef9cb773635d5845c.tar.gz |
geneve: Add support to collect tunnel metadata.
Following patch create new tunnel flag which enable
tunnel metadata collection on given device. These devices
can be used by tunnel metadata based routing or by OVS.
Geneve Consolidation patch get rid of collect_md_tun to
simplify tunnel lookup further.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Reviewed-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_link.h')
-rw-r--r-- | include/uapi/linux/if_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 9d73c31..3a5f263 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -411,6 +411,7 @@ enum { IFLA_GENEVE_TTL, IFLA_GENEVE_TOS, IFLA_GENEVE_PORT, /* destination port */ + IFLA_GENEVE_COLLECT_METADATA, __IFLA_GENEVE_MAX }; #define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1) |