summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0011sets_0.nft
blob: 4d0aeaf33fd1f1e3033680f363abe18701837466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
table ip nat {
	chain test {
		tcp dport { 123, 321 }
	}
}
table ip6 test {
	chain test {
		udp sport { 123, 321 }
	}
}
table arp test_arp {
	chain test {
		meta mark { 0x0000007b, 0x00000141 }
	}
}
table bridge test_bridge {
	chain test {
		ip daddr { 1.1.1.1, 2.2.2.2 }
	}
}
table inet filter {
	chain test {
		tcp dport { 80, 443 }
	}
}