summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_LOG.h
Commit message (Collapse)AuthorAgeFilesLines
* include: Add missing linux/netfilter/xt_LOG.hPhil Sutter2023-02-221-19/+0
| | | | | | | | | | 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>
* extensions: libipt_LOG/libip6t_LOG: support macdecode optionPatrick McHardy2010-06-281-1/+2
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* Add all necessary header files - compilation fix for various casesJan Engelhardt2008-04-141-0/+18
Allow iptables to compile without a kernel source tree. This implies fixing build for older kernels, such as 2.6.17 which lack xt_SECMARK.h.