]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd5d579b4a6e6a4dda3ec33c349b600617e3dc3e
tree2d421d221774c3391768e807f4221e0b187d7d51
parent73e9b968e8275675c82eccab644be87962305ff1
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