summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-nat
blob: 33ecf9b697c2ab1d0093a2e8b10c28a78ac8b0f4 (plain)
1
2
3
4
5
6
#! nft -f

table ip6 nat {
	chain prerouting	{ type nat hook prerouting priority -150; }
	chain postrouting	{ type nat hook postrouting priority -150; }
}