aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/adj/adj_nsh.h
diff options
context:
space:
mode:
authorNeale Ranns <neale@graphiant.com>2021-03-31 07:36:33 +0000
committerNeale Ranns <neale@graphiant.com>2021-04-01 11:37:08 +0000
commitf339f49d2d4e503e1c3fb2ad5aedc539ab51b4f1 (patch)
tree9117c81ac9bf4a7a12e2516e604bf5adc2e850d5 /src/vnet/adj/adj_nsh.h
parent5dffd84188855c1096fcd6d8bc4ed77a9de6debc (diff)
fib: Move the adjacency midchain nodes into a separate file
Type: refactor It's only the nodes that require compiling for each arch, Signed-off-by: Neale Ranns <neale@graphiant.com> Change-Id: Ibb2bfc756001735cc10ef0fd8db7e8b8358cf8e2
Diffstat (limited to 'src/vnet/adj/adj_nsh.h')
-rw-r--r--src/vnet/adj/adj_nsh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/adj/adj_nsh.h b/src/vnet/adj/adj_nsh.h
index eff20699dfc..6ec31eeaf67 100644
--- a/src/vnet/adj/adj_nsh.h
+++ b/src/vnet/adj/adj_nsh.h
@@ -18,9 +18,6 @@
#include <vnet/adj/adj.h>
-extern vlib_node_registration_t adj_nsh_midchain_node;
-extern vlib_node_registration_t adj_nsh_rewrite_node;
-
typedef struct _nsh_main_placeholder
{
u8 output_feature_arc_index;