aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Fedorenko <vfedorenko@yandex-team.ru>2019-07-01 19:49:34 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2019-07-04 02:29:49 +0200
commit6f7b841bc939e7c811ad32427b58d54edbcfa6ed (patch)
treeda1faddb21078efbb30e974cbc3b4b2979d42381 /include
parentnetfilter: nf_queue: remove unused hook entries pointer (diff)
downloadlinux-dev-6f7b841bc939e7c811ad32427b58d54edbcfa6ed.tar.xz
linux-dev-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')
-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,
};