diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-23 12:40:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-23 15:05:20 +0100 |
| commit | 9ab9b329d9c8d1477d5b2921671701d9a7a6d2cd (patch) | |
| tree | d1297fedd12d788c2709916270ec327831c64ce1 /sys/linux/ipvs_386.const | |
| parent | 46961c2ff5619b7149fd458397170cb798ed1d12 (diff) | |
sys/linux: check for missing/duplicate netlink attrs
Update #590
Diffstat (limited to 'sys/linux/ipvs_386.const')
| -rw-r--r-- | sys/linux/ipvs_386.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/ipvs_386.const b/sys/linux/ipvs_386.const index 5e9c0cdbf..fd3d20d66 100644 --- a/sys/linux/ipvs_386.const +++ b/sys/linux/ipvs_386.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 |
