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