summaryrefslogtreecommitdiffstats
path: root/stacks/vpp/configure/module_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/vpp/configure/module_config.json')
-rw-r--r--stacks/vpp/configure/module_config.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/stacks/vpp/configure/module_config.json b/stacks/vpp/configure/module_config.json
index 49b7ca9..46c9c85 100644
--- a/stacks/vpp/configure/module_config.json
+++ b/stacks/vpp/configure/module_config.json
@@ -3,7 +3,6 @@
"module_list": [
{
"stack_name": "kernel", /*stack name*/
- "function_name": "kernel_stack_register", /*function name*/
"libname": "./", /*library name, if loadtype is static, this maybe
null, else must give a library name*/
"loadtype": "static", /*library load type: static or dynamic*/
@@ -17,7 +16,6 @@
},
{
"stack_name": "vpp_hoststack",
- "function_name": "vpphs_stack_register",
"libname": "../lib64/libdmm_vcl.so",
"loadtype": "dynmic",
"deploytype": "4",