diff options
| author | 2009-02-24 13:49:05 -0800 | |
|---|---|---|
| committer | 2009-02-24 13:49:05 -0800 | |
| commit | 8b6f92b1bd187b4f57296e5cf2e43ba883dd1968 (patch) | |
| tree | c40dd93f36c1859c3cf610f1f6065ce75aedb1c0 /include/linux | |
| parent | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ (diff) | |
| parent | netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses (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 @@ #define _XT_NFLOG_TARGET #define XT_NFLOG_DEFAULT_GROUP 0x1 -#define XT_NFLOG_DEFAULT_THRESHOLD 1 +#define XT_NFLOG_DEFAULT_THRESHOLD 0 #define XT_NFLOG_MASK 0x0 |
