Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
#define IP_VS_SVC_F_PERSISTENT 0x0001 /* persistent port */
|
||||
#define IP_VS_SVC_F_HASHED 0x0002 /* hashed entry */
|
||||
#define IP_VS_SVC_F_ONEPACKET 0x0004 /* one-packet scheduling */
|
||||
|
||||
/*
|
||||
* Destination Server Flags
|
||||
@@ -85,6 +86,7 @@
|
||||
#define IP_VS_CONN_F_SEQ_MASK 0x0600 /* in/out sequence mask */
|
||||
#define IP_VS_CONN_F_NO_CPORT 0x0800 /* no client port set yet */
|
||||
#define IP_VS_CONN_F_TEMPLATE 0x1000 /* template, not connection */
|
||||
#define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */
|
||||
|
||||
#define IP_VS_SCHEDNAME_MAXLEN 16
|
||||
#define IP_VS_IFNAME_MAXLEN 16
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
#define IPT_LOG_IPOPT 0x04 /* Log IP options */
|
||||
#define IPT_LOG_UID 0x08 /* Log UID owning local socket */
|
||||
#define IPT_LOG_NFLOG 0x10 /* Unsupported, don't reuse */
|
||||
#define IPT_LOG_MASK 0x1f
|
||||
#define IPT_LOG_MACDECODE 0x20 /* Decode MAC header */
|
||||
#define IPT_LOG_MASK 0x2f
|
||||
|
||||
struct ipt_log_info {
|
||||
unsigned char level;
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
#define IP6T_LOG_IPOPT 0x04 /* Log IP options */
|
||||
#define IP6T_LOG_UID 0x08 /* Log UID owning local socket */
|
||||
#define IP6T_LOG_NFLOG 0x10 /* Unsupported, don't use */
|
||||
#define IP6T_LOG_MASK 0x1f
|
||||
#define IP6T_LOG_MACDECODE 0x20 /* Decode MAC header */
|
||||
#define IP6T_LOG_MASK 0x2f
|
||||
|
||||
struct ip6t_log_info {
|
||||
unsigned char level;
|
||||
|
||||
Reference in New Issue
Block a user