]> 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>
Tue, 7 Feb 2023 10:38:23 +0000 (11:38 +0100)
commit784597a4ed63b9decb10d74fdb49a1b021e22728
treee8cb0e85c60a5371f0d3a8a1ccb6579fe3099eb5
parent299823d46b6d0c49040d81ee3eb0f37b3b0520ea
rule: add helper function to expand chain rules into commands

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