summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-raw.nft
blob: 2318e8758bfa8b0743e30a3022ef388ef21edbfd (plain)
1
2
3
4
table raw {
	chain prerouting	{ type filter hook prerouting priority -300; }
	chain output		{ type filter hook output priority -300; }
}