]> git.ipfire.org Git - thirdparty/nftables.git/commit
rule: add helper function to expand chain rules into commands
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 6 Feb 2023 14:28:40 +0000 (15:28 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Nov 2023 10:56:19 +0000 (11:56 +0100)
commitbc4927558de07188eb25aa63466b5c380e7ced29
tree8c94fdb37fff13f0b5cd780cb356e6680360f8ec
parentbcfadb5c7446c38d196c611f1e1ac5564f5f922e
rule: add helper function to expand chain rules into commands

commit 784597a4ed63b9decb10d74fdb49a1b021e22728 upstream.

This patch adds a helper function to expand chain rules into commands.
This comes in preparation for the follow up patch.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/rule.c