Merge "[l2l3 stack] implements new nd state machine & nd buffering"
[samplevnf.git] / VNFs / DPPD-PROX / config / nsh_acl.cfg
1 ;;
2 ;; Copyright (c) 2010-2017 Intel Corporation
3 ;;
4 ;; Licensed under the Apache License, Version 2.0 (the "License");
5 ;; you may not use this file except in compliance with the License.
6 ;; You may obtain a copy of the License at
7 ;;
8 ;;     http://www.apache.org/licenses/LICENSE-2.0
9 ;;
10 ;; Unless required by applicable law or agreed to in writing, software
11 ;; distributed under the License is distributed on an "AS IS" BASIS,
12 ;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ;; See the License for the specific language governing permissions and
14 ;; limitations under the License.
15 ;;
16
17 [eal options]
18 -n=4 ; force number of memory channels
19 no-output=no ; disable DPDK debug output
20
21 [port 0]
22 name=if0
23 mac=hardware
24 [port 1]
25 name=if1
26 mac=hardware
27 [lua]
28 acl_table=dofile("acl_table.lua")
29
30 [defaults]
31 mempool size=4K
32
33 [global]
34 start time=5
35 name=Firewall
36
37 [core 0s0]
38 mode=master
39
40 [core 1s0]
41 name=firewall
42 task=0
43 mode=decapnsh
44 rx port=if0
45 tx cores=${self}t1
46
47 task=1
48 mode=acl
49 rx ring=yes
50 tx cores=${self}t2
51 rules=acl_table
52 qinq=no
53
54 task=2
55 mode=encapnsh
56 rx ring=yes
57 tx port=if0
58 drop=no