From 7dc64022bb8dfecb737fbf4aa02e6464b80e2eae Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 20 Aug 2019 19:53:13 +0200 Subject: nft: family_ops: Pass nft_handle to 'print_rule' callback Prepare for 'rule_to_cs' callback to receive nft_handle pointer so it is able to access cache for set lookups. Signed-off-by: Phil Sutter Acked-by: Pablo Neira Ayuso --- iptables/nft-bridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iptables/nft-bridge.c') diff --git a/iptables/nft-bridge.c b/iptables/nft-bridge.c index 73bca2f3..b0c6c5a4 100644 --- a/iptables/nft-bridge.c +++ b/iptables/nft-bridge.c @@ -472,8 +472,8 @@ static void nft_bridge_save_rule(const void *data, unsigned int format) fputc('\n', stdout); } -static void nft_bridge_print_rule(struct nftnl_rule *r, unsigned int num, - unsigned int format) +static void nft_bridge_print_rule(struct nft_handle *h, struct nftnl_rule *r, + unsigned int num, unsigned int format) { struct iptables_command_state cs = {}; -- cgit v1.2.3