3fb7a35ad312811cc1e4403fc3e848f649e0edab
[integration/test.git] / csit / variables / sfc / master / full-deploy / service-function-acls.json
1 {
2   "access-lists": {
3     "acl": [
4       {
5         "acl-name": "ACL1",
6         "acl-type": "ietf-access-control-list:ipv4-acl",
7         "access-list-entries": {
8           "ace": [
9             {
10               "rule-name": "ACE1",
11               "actions": {
12                 "service-function-acl:rendered-service-path": "RSP1"
13               },
14               "matches": {
15                 "destination-ipv4-network": "192.168.2.0/24",
16                 "source-ipv4-network": "192.168.2.0/24",
17                 "protocol": "6",
18                 "source-port-range": {
19                     "lower-port": 0
20                 },
21                 "destination-port-range": {
22                     "lower-port": 80
23                 }
24               }
25             }
26           ]
27         }
28       },
29       {
30         "acl-name": "ACL2",
31         "acl-type": "ietf-access-control-list:ipv4-acl",
32         "access-list-entries": {
33           "ace": [
34             {
35               "rule-name": "ACE2",
36               "actions": {
37                 "service-function-acl:rendered-service-path": "RSP1-Reverse"
38               },
39               "matches": {
40                 "destination-ipv4-network": "192.168.2.0/24",
41                 "source-ipv4-network": "192.168.2.0/24",
42                 "protocol": "6",
43                 "source-port-range": {
44                     "lower-port": 80
45                 },
46                 "destination-port-range": {
47                     "lower-port": 0
48                 }
49               }
50             }
51           ]
52         }
53       }
54     ]
55   }
56 }