Merge "Prox L2FWD multiflow test fix"
[yardstick.git] / samples / vnf_samples / nsut / vfw / acl_1rule.yaml
1 # Copyright (c) 2016-2017 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 access-list-entries:
16   -
17     actions: [drop,count]
18     matches:
19       destination-ipv4-network: 152.16.0.0/24
20       destination-port-range:
21         lower-port: 0
22         upper-port: 65535
23       source-ipv4-network: 0.0.0.0/0
24       source-port-range:
25         lower-port: 0
26         upper-port: 65535
27     rule-name: rule1588
28   -
29     actions: [drop,count]
30     matches:
31       destination-ipv4-network: 0.0.0.0/0
32       destination-port-range:
33         lower-port: 0
34         upper-port: 65535
35       source-ipv4-network: 152.16.0.0/24
36       source-port-range:
37         lower-port: 0
38         upper-port: 65535
39     rule-name: rule1589