I'd like to move to nftables (Ubuntu trusty, kernel 3.19). However I wonder how to migrate ebtables rules for ARP packets:
-p ARP --arp-op Request --arp-ip-src 192.168.178.237 --arp-mac-src 2:fb:c5:e0:ef:a3 -j ACCEPT
The command nft add rule bridge filter qemu1-o arp operation request counter accept
works, however I can't figure out how to add the ip/mac contraints to the rule.