aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-12-03 12:46:58 +0000
committerGerrit Code Review <gerrit@fd.io>2018-12-03 12:46:58 +0000
commitfa0dce9d94e9bfbdd9ec877036a101d2fd69f42c (patch)
tree223b17ac3fb43f5d12fd26e1f5d28e22138b9ebb /demo
parentb5f1d4b7970988cf432eef0eee2a5fda6ad484ff (diff)
parentf35c043fd045b77fa81a76e477fbe10f32ec58d3 (diff)
Merge "Fix: removing unwanted json elements"
Diffstat (limited to 'demo')
-rw-r--r--demo/nginx_proxy/demo-1/module_config.json12
-rw-r--r--demo/nginx_proxy/demo-2/module_config.json12
2 files changed, 0 insertions, 24 deletions
diff --git a/demo/nginx_proxy/demo-1/module_config.json b/demo/nginx_proxy/demo-1/module_config.json
index 24f5cf8..5f9424f 100644
--- a/demo/nginx_proxy/demo-1/module_config.json
+++ b/demo/nginx_proxy/demo-1/module_config.json
@@ -4,31 +4,19 @@
{
"stack_name": "kernel",
"libname": "./",
- "loadtype": "static",
"deploytype": "1",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
"stackid": "0",
},
{
"stack_name": "lwip",
"libname": "liblwip_dpdk.so",
- "loadtype": "dynmic",
"deploytype": "3",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
"stackid": "1",
},
{
"stack_name": "vpp_hoststack",
"libname": "./libdmm_vcl.so",
- "loadtype": "dynmic",
"deploytype": "4",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
"stackid": "2",
},
]
diff --git a/demo/nginx_proxy/demo-2/module_config.json b/demo/nginx_proxy/demo-2/module_config.json
index 24f5cf8..5f9424f 100644
--- a/demo/nginx_proxy/demo-2/module_config.json
+++ b/demo/nginx_proxy/demo-2/module_config.json
@@ -4,31 +4,19 @@
{
"stack_name": "kernel",
"libname": "./",
- "loadtype": "static",
"deploytype": "1",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
"stackid": "0",
},
{
"stack_name": "lwip",
"libname": "liblwip_dpdk.so",
- "loadtype": "dynmic",
"deploytype": "3",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
"stackid": "1",
},
{
"stack_name": "vpp_hoststack",
"libname": "./libdmm_vcl.so",
- "loadtype": "dynmic",
"deploytype": "4",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
"stackid": "2",
},
]