From 742baabd185c326cc2125e648e240894362eb31c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 15 Sep 2015 16:37:32 +0200 Subject: iptables-compat: use new symbols in libnftnl Adapt this code to use the new symbols in libnftnl. This patch contains quite some renaming to reserve the nft_ prefix for our high level library. Explicitly request libnftnl 1.0.5 at configure stage. Signed-off-by: Pablo Neira Ayuso --- iptables/nft-arp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/nft-arp.h') diff --git a/iptables/nft-arp.h b/iptables/nft-arp.h index 930dae5c..05889b49 100644 --- a/iptables/nft-arp.h +++ b/iptables/nft-arp.h @@ -10,7 +10,7 @@ struct arptables_command_state { const char *jumpto; }; -void nft_rule_to_arptables_command_state(struct nft_rule *r, +void nft_rule_to_arptables_command_state(struct nftnl_rule *r, struct arptables_command_state *cs); #endif -- cgit v1.2.3