]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
Add a compat wrapper to make modules work with older Linux.
authorJan Engelhardt <jengelh@computergmbh.de>
Tue, 29 Jan 2008 14:40:57 +0000 (15:40 +0100)
committerJan Engelhardt <jengelh@computergmbh.de>
Tue, 29 Jan 2008 14:40:57 +0000 (15:40 +0100)
commit47b700b0f50c3ce5df868ac8733dd0b79c4a852d
treea901352127bffd514588437952caed5dbd92ca02
parent7a981b17b5f4e5820f7e72baedd8ffca7701b281
Add a compat wrapper to make modules work with older Linux.

The extension modules use the API of a fairly recent kernel, if not
even the networking git tree. To make it work with older Linux
kernels, an API wrapper is added. Should compile against
running-kernels Linux 2.6.19..current (tested: 2.6.22..current).

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
INSTALL
extensions/Kbuild
extensions/compat_nfinetaddr.h [new file with mode: 0644]
extensions/compat_xtables.c [new file with mode: 0644]
extensions/compat_xtables.h [new file with mode: 0644]
extensions/compat_xtnu.h [new file with mode: 0644]
extensions/xt_TARPIT.c
extensions/xt_TEE.c