summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ip_vs.h
diff options
context:
space:
mode:
authorVadim Fedorenko2019-07-01 18:49:34 +0200
committerPablo Neira Ayuso2019-07-04 02:29:49 +0200
commit6f7b841bc939e7c811ad32427b58d54edbcfa6ed (patch)
treeda1faddb21078efbb30e974cbc3b4b2979d42381 /include/uapi/linux/ip_vs.h
parentnetfilter: nf_queue: remove unused hook entries pointer (diff)
downloadkernel-qcow2-linux-6f7b841bc939e7c811ad32427b58d54edbcfa6ed.tar.gz
kernel-qcow2-linux-6f7b841bc939e7c811ad32427b58d54edbcfa6ed.tar.xz
kernel-qcow2-linux-6f7b841bc939e7c811ad32427b58d54edbcfa6ed.zip
ipvs: allow tunneling with gre encapsulation
windows real servers can handle gre tunnels, this patch allows gre encapsulation with the tunneling method, thereby letting ipvs be load balancer for windows-based services Signed-off-by: Vadim Fedorenko <vfedorenko@yandex-team.ru> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/uapi/linux/ip_vs.h')
-rw-r--r--include/uapi/linux/ip_vs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ip_vs.h b/include/uapi/linux/ip_vs.h
index e4f18061a4fd..4102ddcb4e14 100644
--- a/include/uapi/linux/ip_vs.h
+++ b/include/uapi/linux/ip_vs.h
@@ -128,6 +128,7 @@
enum {
IP_VS_CONN_F_TUNNEL_TYPE_IPIP = 0, /* IPIP */
IP_VS_CONN_F_TUNNEL_TYPE_GUE, /* GUE */
+ IP_VS_CONN_F_TUNNEL_TYPE_GRE, /* GRE */
IP_VS_CONN_F_TUNNEL_TYPE_MAX,
};