We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9adf22 commit e523452Copy full SHA for e523452
net/netfilter/nf_tables_core.c
@@ -23,22 +23,6 @@
23
#include <net/netfilter/nf_tables.h>
24
#include <net/netfilter/nf_log.h>
25
26
-static const char *const comments[__NFT_TRACETYPE_MAX] = {
27
- [NFT_TRACETYPE_POLICY] = "policy",
28
- [NFT_TRACETYPE_RETURN] = "return",
29
- [NFT_TRACETYPE_RULE] = "rule",
30
-};
31
-
32
-static const struct nf_loginfo trace_loginfo = {
33
- .type = NF_LOG_TYPE_LOG,
34
- .u = {
35
- .log = {
36
- .level = LOGLEVEL_WARNING,
37
- .logflags = NF_LOG_DEFAULT_MASK,
38
- },
39
40
41
42
static noinline void __nft_trace_packet(struct nft_traceinfo *info,
43
const struct nft_chain *chain,
44
enum nft_trace_types type)
0 commit comments