summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/nft-arp.c')
-rw-r--r--iptables/nft-arp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables/nft-arp.c b/iptables/nft-arp.c
index 06d86647..164c3971 100644
--- a/iptables/nft-arp.c
+++ b/iptables/nft-arp.c
@@ -667,6 +667,8 @@ struct nft_family_ops nft_family_ops_arp = {
.save_firewall = NULL,
.save_counters = NULL,
.post_parse = NULL,
+ .rule_to_cs = nft_rule_to_arptables_command_state,
+ .clear_cs = NULL,
.rule_find = nft_arp_rule_find,
.parse_target = nft_arp_parse_target,
};