On Sat, Oct 26, 2019 at 01:13:00PM +0200, Pablo Neira Ayuso wrote: > This patch allows you to specify multiple netdevices to be bound to the > netdev basechain, eg. > > # nft add chain netdev x y { \ > type filter hook ingress devices = { eth0, eth1 } priority 0\; } > > json codebase has been updated to support for one single device with the > existing representation, no support for multidevice is included in this > patch. Please, scratch this patch.