]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: SECMARK: Implement revision 1
authorPhil Sutter <phil@nwl.cc>
Thu, 29 Apr 2021 13:28:59 +0000 (15:28 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 3 May 2021 22:09:45 +0000 (00:09 +0200)
commit616800af0da86d151cb695f1376d5ec6ede6fa72
tree1c5db781b8d7e723422c6e9be8c558cef5adb03c
parent1e984079817a3c804eae25dea937d63d18c57a6c
extensions: SECMARK: Implement revision 1

The changed data structure for communication with kernel allows to
exclude the field 'secid' which is populated on kernel side. Thus
this fixes the formerly always failing extension comparison breaking
rule check and rule delete by content.

Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libxt_SECMARK.c
extensions/libxt_SECMARK.t [new file with mode: 0644]
include/linux/netfilter/xt_SECMARK.h