9c970e830e638672a97cbb087fa7f0d19389f422
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / secgw2.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 ;;
18 ; This is sample ESP config.
19 ;;
20 [eal options]
21 -n=4 ; force number of memory channels
22 no-output=no ; disable DPDK debug output
23
24 [lua]
25 dofile("parameters.lua")
26
27 [port 0]
28 name=if
29 mac=hardware
30
31 [variables]
32 $tun_hop_limit=5
33 $lookup_port_mask=0xffc0
34
35 [defaults]
36 mempool size=16K
37
38 [global]
39 start time=20
40 name=${name}
41
42 [core 0]
43 mode=master
44
45 [core $secgwcores]
46 name=esp_dec
47 task=0
48 mode=esp_dec
49 sub mode=l3
50 local ipv4=${local_ip}
51 rx port=if
52 tx port=if
53
54
55