aboutsummaryrefslogtreecommitdiff
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorGravatar Florian Westphal <fw@strlen.de> 2021-03-25 18:25:09 +0100
committerGravatar Pablo Neira Ayuso <pablo@netfilter.org> 2021-03-31 22:34:05 +0200
commit77ccee96a67422ac05fc47327cac4e4287fd0d8a (patch)
treee02f4a8676f588f53b12937e5352db91e500f61a /include/net/netfilter
parentnetfilter: nf_log_netdev: merge with nf_log_syslog (diff)
downloadlinux-77ccee96a67422ac05fc47327cac4e4287fd0d8a.tar.gz
linux-77ccee96a67422ac05fc47327cac4e4287fd0d8a.tar.bz2
linux-77ccee96a67422ac05fc47327cac4e4287fd0d8a.zip
netfilter: nf_log_bridge: merge with nf_log_syslog
Provide bridge log support from nf_log_syslog. After the merge there is no need to load the "real packet loggers", all of them now reside in the same module. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r--include/net/netfilter/nf_log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_log.h b/include/net/netfilter/nf_log.h
index 716db4a0fed8..a6b85068c294 100644
--- a/include/net/netfilter/nf_log.h
+++ b/include/net/netfilter/nf_log.h
@@ -68,7 +68,6 @@ void nf_log_unbind_pf(struct net *net, u_int8_t pf);
int nf_logger_find_get(int pf, enum nf_log_type type);
void nf_logger_put(int pf, enum nf_log_type type);
-void nf_logger_request_module(int pf, enum nf_log_type type);
#define MODULE_ALIAS_NF_LOGGER(family, type) \
MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))