aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/nsh/nsh.h
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2017-06-01 20:08:52 +0800
committerHongjun Ni <hongjun.ni@intel.com>2017-06-01 20:08:52 +0800
commitd23511851d5b5893518763bd29ef8c374d9dcd87 (patch)
tree31eb7f3a992ceaaa2486ed2dead0466243857a72 /nsh-plugin/nsh/nsh.h
parent8c1fd9479513cd466f643f9f0fb132e5da91651c (diff)
Fix NSH plugin loading issue
Change-Id: Ica0e6080a4ebdb898590864b7d5ab1da16d656bd Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.h')
-rw-r--r--nsh-plugin/nsh/nsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/nsh/nsh.h b/nsh-plugin/nsh/nsh.h
index 3d48b94..e67e64a 100644
--- a/nsh-plugin/nsh/nsh.h
+++ b/nsh-plugin/nsh/nsh.h
@@ -160,7 +160,7 @@ typedef struct {
nsh_main_t nsh_main;
extern vlib_node_registration_t nsh_aware_vnf_proxy_node;
-extern vlib_node_registration_t nsh_output_node;
+extern vlib_node_registration_t nsh_eth_output_node;
typedef struct {
u8 trace_data[256];