]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: add input flags for nft_ctx
authorThomas Haller <thaller@redhat.com>
Fri, 18 Aug 2023 09:40:36 +0000 (11:40 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 24 Aug 2023 07:01:45 +0000 (09:01 +0200)
commit4496b390ed2a086c4abbaa864798f36d891fa933
treedbe3140103b270ec77dd6708120158144be30d3b
parentccc7bdc0d1ee88fc5d0a0537573d220fc3af8e9e
src: add input flags for nft_ctx

Similar to the existing output flags, add input flags. No flags are yet
implemented, that will follow.

One difference to nft_ctx_output_set_flags(), is that the setter for
input flags returns the previously set flags.

Signed-off-by: Thomas Haller <thaller@redhat.com>
Reviewed-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/libnftables.adoc
include/nftables.h
include/nftables/libnftables.h
src/libnftables.c
src/libnftables.map