summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/rule_management/dumps/0003insert_0.nft
blob: 9421f4ae3c243d85682858ea40d2b9010631d5dc (plain)
1
2
3
4
5
6
7
table ip t {
	chain c {
		masquerade
		drop
		accept
	}
}