summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/rule_management/dumps/0003insert_0.nft
blob: b1875abaf98c522bbe34d840c50687085d8a090e (plain)
1
2
3
4
5
6
7
8
table ip t {
	chain c {
		tcp sport { 3478-3497, 16384-16387 }
		masquerade
		drop
		accept
	}
}