diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ip_vs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ip_vs.h b/include/linux/ip_vs.h index 003d75f6ffe1..df7728613720 100644 --- a/include/linux/ip_vs.h +++ b/include/linux/ip_vs.h | |||
| @@ -90,10 +90,12 @@ | |||
| 90 | #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ | 90 | #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ |
| 91 | 91 | ||
| 92 | /* Flags that are not sent to backup server start from bit 16 */ | 92 | /* Flags that are not sent to backup server start from bit 16 */ |
| 93 | #define IP_VS_CONN_F_NFCT (1 << 16) /* use netfilter conntrack */ | ||
| 93 | 94 | ||
| 94 | /* Connection flags from destination that can be changed by user space */ | 95 | /* Connection flags from destination that can be changed by user space */ |
| 95 | #define IP_VS_CONN_F_DEST_MASK (IP_VS_CONN_F_FWD_MASK | \ | 96 | #define IP_VS_CONN_F_DEST_MASK (IP_VS_CONN_F_FWD_MASK | \ |
| 96 | IP_VS_CONN_F_ONE_PACKET | \ | 97 | IP_VS_CONN_F_ONE_PACKET | \ |
| 98 | IP_VS_CONN_F_NFCT | \ | ||
| 97 | 0) | 99 | 0) |
| 98 | 100 | ||
| 99 | #define IP_VS_SCHEDNAME_MAXLEN 16 | 101 | #define IP_VS_SCHEDNAME_MAXLEN 16 |
