]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: align xt_CONNMARK with current kernel headers
authorJoshua Lant <joshualant@googlemail.com>
Fri, 23 Aug 2024 09:22:06 +0000 (10:22 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 23 Aug 2024 14:19:52 +0000 (16:19 +0200)
commite1496f52699b11569a09603765caeca8a4aed93f
tree72d06a61575543ce0291725ee1e8e314bef34d30
parent4e2baaee88de7e92b10e646b2756936b9784fdcb
iptables: align xt_CONNMARK with current kernel headers

libxt_CONNMARK.c declares enum which is declared in the kernel header.
Modify the version of the header in the repo's include dir to match the
current kernel, and remove the enum declaration from xt_CONNMARK.c.

Signed-off-by: Joshua Lant joshualant@gmail.com
Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libxt_CONNMARK.c
include/linux/netfilter/xt_CONNMARK.h
include/linux/netfilter/xt_connmark.h