summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-raw
blob: 19773ee8bc3ba27f60261eb118dfd6dcb7701223 (plain)
1
2
3
4
5
6
#! @sbindir@nft -f

table raw {
	chain prerouting	{ type filter hook prerouting priority -300; }
	chain output		{ type filter hook output priority -300; }
}