blob: 72ed6db86871f24dedb734bd1a7972b5ee0c3e68 [file] [log] [blame]
Wailok Shumee90c132021-03-11 21:00:11 +08001{
2 "traffic_match_id": "-1756753738",
3 "policy_id": "DROP",
Wailok Shum37dd29a2021-04-27 18:13:55 +08004 "priority": 60000,
Wailok Shumee90c132021-03-11 21:00:11 +08005 "selector": {
6 "criteria": [
7 {
8 "type": "IP_PROTO",
9 "protocol": 6
10 },
11 {
12 "type": "IPV4_SRC",
13 "ip": "10.0.0.1/32"
14 },
15 {
16 "type": "IPV4_DST",
17 "ip": "10.0.0.2/32"
18 },
19 {
20 "type": "TCP_SRC",
21 "tcpPort": 80
22 },
23 {
24 "type": "TCP_DST",
25 "tcpPort": 81
26 }
27 ]
28 }
29}