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