From e5fb34465725d8f606ca1210332210b71080569f Mon Sep 17 00:00:00 2001 From: Gabriel Ganne Date: Tue, 27 Dec 2016 15:07:40 +0100 Subject: register nodes using extern declaration in their respective headers affects gre, vxlan4/6, vxlan-gpe4/6 Change-Id: I1acc2803262c62dd5d96a916d135f09523a32013 Signed-off-by: Gabriel Ganne --- nsh-plugin/nsh/nsh.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nsh-plugin/nsh/nsh.h') 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); -- cgit 1.2.3-korg