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

table ip6 security {
	chain input		{ hook NF_INET_LOCAL_IN		50; }
	chain forward		{ hook NF_INET_FORWARD		50; }
	chain output		{ hook NF_INET_LOCAL_OUT	50; }
}