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

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