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

table raw {
	chain prerouting	{ hook NF_INET_PRE_ROUTING	-300; }
	chain output		{ hook NF_INET_LOCAL_OUT	-300; }
}