summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/lwtunnel.h
diff options
context:
space:
mode:
authorThomas Graf2015-07-21 10:44:00 +0200
committerDavid S. Miller2015-07-21 19:39:06 +0200
commit3093fbe7ff4bc7d1571fc217dade1cf80330a714 (patch)
tree4c510f554d3e35e5150c47b3ac107801fc88dede /include/uapi/linux/lwtunnel.h
parentroute: Extend flow representation with tunnel key (diff)
downloadkernel-qcow2-linux-3093fbe7ff4bc7d1571fc217dade1cf80330a714.tar.gz
kernel-qcow2-linux-3093fbe7ff4bc7d1571fc217dade1cf80330a714.tar.xz
kernel-qcow2-linux-3093fbe7ff4bc7d1571fc217dade1cf80330a714.zip
route: Per route IP tunnel metadata via lightweight tunnel
This introduces a new IP tunnel lightweight tunnel type which allows to specify IP tunnel instructions per route. Only IPv4 is supported at this point. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/lwtunnel.h')
-rw-r--r--include/uapi/linux/lwtunnel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/lwtunnel.h b/include/uapi/linux/lwtunnel.h
index aa611d931a31..31377bbea3f8 100644
--- a/include/uapi/linux/lwtunnel.h
+++ b/include/uapi/linux/lwtunnel.h
@@ -6,6 +6,7 @@
enum lwtunnel_encap_types {
LWTUNNEL_ENCAP_NONE,
LWTUNNEL_ENCAP_MPLS,
+ LWTUNNEL_ENCAP_IP,
__LWTUNNEL_ENCAP_MAX,
};