From 9ab9b329d9c8d1477d5b2921671701d9a7a6d2cd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 23 Jan 2020 12:40:01 +0100 Subject: sys/linux: check for missing/duplicate netlink attrs Update #590 --- sys/linux/ipvs_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/ipvs_amd64.const') diff --git a/sys/linux/ipvs_amd64.const b/sys/linux/ipvs_amd64.const index 9fe25e8a5..d72b179bd 100644 --- a/sys/linux/ipvs_amd64.const +++ b/sys/linux/ipvs_amd64.const @@ -41,6 +41,7 @@ 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_FLAGS = 15 IPVS_DEST_ATTR_TUN_PORT = 14 IPVS_DEST_ATTR_TUN_TYPE = 13 IPVS_DEST_ATTR_U_THRESH = 5 -- cgit mrf-deployment