summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2015-09-15 16:37:32 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-09-16 16:58:29 +0200
commit742baabd185c326cc2125e648e240894362eb31c (patch)
treef6eaac384aa213ba290a7f05bd244486ea0bc58d /iptables/nft-arp.h
parent1ecef0bbc318bab9f8dac4498acacb210b0915fc (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'iptables/nft-arp.h')
-rw-r--r--iptables/nft-arp.h2
1 files changed, 1 insertions, 1 deletions
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