summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-filter
blob: 9e4127847dab72ce300bbd8bfbb81179310c2bb5 (plain)
1
2
3
4
5
6
7
#! nft -f

table ip6 filter {
	chain input		{ hook NF_INET_LOCAL_IN		0; }
	chain forward		{ hook NF_INET_FORWARD		0; }
	chain output		{ hook NF_INET_LOCAL_OUT	0; }
}