summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6t_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.
* fix various missing header file / #define issues on old kernels. I've now ↵v1.3.2Harald Welte2005-07-101-16/+0
| | | | tested compilation with kernels starting 2.4.17
* we need to have this header file included, since old kernels don't define ↵Harald Welte2005-07-101-0/+16
IP6T_LOG_UID.