]> git.ipfire.org Git - thirdparty/iptables.git/commit
include: Add missing linux/netfilter/xt_LOG.h
authorPhil Sutter <phil@nwl.cc>
Wed, 22 Feb 2023 15:36:16 +0000 (16:36 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 22 Feb 2023 16:38:56 +0000 (17:38 +0100)
commit8030e5444681e16ac2f481ddad73e33fab376147
tree57ba902e0ce429735630dbcf9a4a789dc4497242
parentf7c8d896f3305471746a8690f73587a65854d8fa
include: Add missing linux/netfilter/xt_LOG.h

When merging IP-version-specific LOG extensions, a dependency to that
header was introduced without caching it. Fix this and drop the now
unused ip{,6}t_LOG.h files.

Reported-by: Thomas Devoogdt <thomas@devoogdt.com>
Fixes: 87e4f1bf0b87b ("extensions: libip*t_LOG: Merge extensions")
Signed-off-by: Phil Sutter <phil@nwl.cc>
include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
include/linux/netfilter_ipv4/ipt_LOG.h [deleted file]
include/linux/netfilter_ipv6/ip6t_LOG.h [deleted file]