Bridge filtering

From nftables wiki
Revision as of 00:12, 27 November 2020 by Fw (talk | contribs) (→‎Limitation)
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