summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0041nat_restore_0.nft
blob: b718001298db68e57bd4270b933f14f1876df1a5 (plain)
1
2
3
4
5
table ip t {
	chain c {
		type nat hook postrouting priority filter; policy accept;
	}
}