Bridge filtering
Jump to navigation
Jump to search
Examples
Filter on TCP destination port:
nft add rule bridge filter forward ether type ip tcp dport 22 accept
Accept arp packet:
nft add rule bridge filter forward ether type arp accept