aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/nsh/nsh.h
diff options
context:
space:
mode:
authorGabriel Ganne <gabriel.ganne@qosmos.com>2016-12-27 15:07:40 +0100
committerGabriel Ganne <gabriel.ganne@qosmos.com>2016-12-28 08:50:35 +0100
commite5fb34465725d8f606ca1210332210b71080569f (patch)
tree251eeeeadf80dd446d02636b19f330ce57068d3a /nsh-plugin/nsh/nsh.h
parent0490eede4ba5c72bcdf9b5864cbc8d0c2109be48 (diff)
register nodes using extern declaration in their respective headers
affects gre, vxlan4/6, vxlan-gpe4/6 Change-Id: I1acc2803262c62dd5d96a916d135f09523a32013 Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.h')
-rw-r--r--nsh-plugin/nsh/nsh.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nsh-plugin/nsh/nsh.h b/nsh-plugin/nsh/nsh.h
index 7a8e54e..f74c3b1 100644
--- a/nsh-plugin/nsh/nsh.h
+++ b/nsh-plugin/nsh/nsh.h
@@ -98,11 +98,6 @@ typedef struct {
nsh_main_t nsh_main;
-vlib_node_t * vxlan4_input_node = 0;
-vlib_node_t * vxlan6_input_node = 0;
-vlib_node_t * ip4_classify_node = 0;
-vlib_node_t * ip6_classify_node = 0;
-
u8 * format_nsh_input_map_trace (u8 * s, va_list * args);
u8 * format_nsh_header_with_length (u8 * s, va_list * args);