aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipvs_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-10 14:31:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-10 14:31:20 +0200
commitcfeec859376ebc8256540f14226b0620bf842fc1 (patch)
treea0026be6bd67269cba321d3dd1c924fe04c5d5fe /sys/linux/ipvs_amd64.const
parentf5cecf2e325a277733347308687fd39e7253ef66 (diff)
sys/linux: add new consts/flags/fields here and there
Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
Diffstat (limited to 'sys/linux/ipvs_amd64.const')
-rw-r--r--sys/linux/ipvs_amd64.const4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/ipvs_amd64.const b/sys/linux/ipvs_amd64.const
index 286b81ec2..9fe25e8a5 100644
--- a/sys/linux/ipvs_amd64.const
+++ b/sys/linux/ipvs_amd64.const
@@ -41,6 +41,8 @@ IPVS_DEST_ATTR_INACT_CONNS = 8
IPVS_DEST_ATTR_L_THRESH = 6
IPVS_DEST_ATTR_PERSIST_CONNS = 9
IPVS_DEST_ATTR_PORT = 2
+IPVS_DEST_ATTR_TUN_PORT = 14
+IPVS_DEST_ATTR_TUN_TYPE = 13
IPVS_DEST_ATTR_U_THRESH = 5
IPVS_DEST_ATTR_WEIGHT = 4
IPVS_SVC_ATTR_ADDR = 3
@@ -60,6 +62,8 @@ IP_VS_CONN_F_MASQ = 0
IP_VS_CONN_F_NFCT = 65536
IP_VS_CONN_F_ONE_PACKET = 8192
IP_VS_CONN_F_TUNNEL = 2
+IP_VS_CONN_F_TUNNEL_TYPE_GUE = 1
+IP_VS_CONN_F_TUNNEL_TYPE_IPIP = 0
IP_VS_DAEMON_SIZE = 48
IP_VS_GETINFO_SIZE = 12
IP_VS_SCHEDNAME_MAXLEN = 16