I'm using nftables to implement firewall rules. I have some rules which I need to apply to vmbr1 and the fwbr interfaces. I create my test config file thus:
#!/usr/sbin/nft -f
flush ruleset
table netdev filterearly {
chain ingress {
type filter hook ingress device...