aboutsummaryrefslogtreecommitdiffstats
path: root/demo/nginx_proxy/demo-2/module_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'demo/nginx_proxy/demo-2/module_config.json')
-rw-r--r--demo/nginx_proxy/demo-2/module_config.json12
1 files changed, 0 insertions, 12 deletions
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",
},
]