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

table ip6 filter {
	chain input		{ type filter hook input priority 0; }
	chain forward		{ type filter hook forward priority 0; }
	chain output		{ type filter hook output priority 0; }
}