summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/inet_nat.nft
blob: 189ea1d0e28056ae6ae7caaf563950db9f4448da (plain)
1
2
3
4
5
6
7
# v5.2-rc1~133^2~174^2~15
# d164385ec572 ("netfilter: nat: add inet family nat support")
table inet x {
        chain y {
                type nat hook prerouting priority dstnat;
	}
}