OSDN Git Service

netfilter: nf_log: add module softdeps
authorFlorian Westphal <fw@strlen.de>
Thu, 25 Mar 2021 17:25:11 +0000 (18:25 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 31 Mar 2021 20:34:10 +0000 (22:34 +0200)
commita38b5b56d6f4678a04c3c1943000953593391bf6
tree2d421d221774c3391768e807f4221e0b187d7d51
parente465cccd0b9de113a81280bd52ee717bf5e3d1a2
netfilter: nf_log: add module softdeps

xt_LOG has no direct dependency on the syslog-based logger, it relies
on the nf_log core to probe the requested backend.

Now that all syslog-based loggers reside in the same module, we can
just add a soft dependency on nf_log_syslog and let modprobe take
care of it.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_LOG.c
net/netfilter/xt_NFLOG.c
net/netfilter/xt_TRACE.c