diff options
author | David S. Miller <davem@davemloft.net> | 2009-02-24 16:49:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-24 16:49:05 -0500 |
commit | 8b6f92b1bd187b4f57296e5cf2e43ba883dd1968 (patch) | |
tree | c40dd93f36c1859c3cf610f1f6065ce75aedb1c0 /include/linux | |
parent | 467388f29fc9cebfb70e7a187107b6b5d772cb44 (diff) | |
parent | 325fb5b4d26038cba665dd0d8ee09555321061f0 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter/xt_NFLOG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/xt_NFLOG.h b/include/linux/netfilter/xt_NFLOG.h index cdcd0ed58f7a..4b36aeb46a10 100644 --- a/include/linux/netfilter/xt_NFLOG.h +++ b/include/linux/netfilter/xt_NFLOG.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define _XT_NFLOG_TARGET | 2 | #define _XT_NFLOG_TARGET |
3 | 3 | ||
4 | #define XT_NFLOG_DEFAULT_GROUP 0x1 | 4 | #define XT_NFLOG_DEFAULT_GROUP 0x1 |
5 | #define XT_NFLOG_DEFAULT_THRESHOLD 1 | 5 | #define XT_NFLOG_DEFAULT_THRESHOLD 0 |
6 | 6 | ||
7 | #define XT_NFLOG_MASK 0x0 | 7 | #define XT_NFLOG_MASK 0x0 |
8 | 8 | ||