mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 18:46:46 +07:00
netfilter: nf_tables: remove unused variables
The comment and trace_loginfo are not used anymore. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Acked-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
d9adf22a29
commit
e523452ac0
@ -23,22 +23,6 @@
|
||||
#include <net/netfilter/nf_tables.h>
|
||||
#include <net/netfilter/nf_log.h>
|
||||
|
||||
static const char *const comments[__NFT_TRACETYPE_MAX] = {
|
||||
[NFT_TRACETYPE_POLICY] = "policy",
|
||||
[NFT_TRACETYPE_RETURN] = "return",
|
||||
[NFT_TRACETYPE_RULE] = "rule",
|
||||
};
|
||||
|
||||
static const struct nf_loginfo trace_loginfo = {
|
||||
.type = NF_LOG_TYPE_LOG,
|
||||
.u = {
|
||||
.log = {
|
||||
.level = LOGLEVEL_WARNING,
|
||||
.logflags = NF_LOG_DEFAULT_MASK,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
static noinline void __nft_trace_packet(struct nft_traceinfo *info,
|
||||
const struct nft_chain *chain,
|
||||
enum nft_trace_types type)
|
||||
|
Loading…
Reference in New Issue
Block a user