Dual Loop Load-Balance Nodes
[vpp.git] / vnet / vnet / devices / devices.h
index 9c74dc3..3bd700a 100644 (file)
@@ -37,6 +37,9 @@ typedef enum
     [VNET_DEVICE_INPUT_NEXT_MPLS_INPUT] = "mpls-input",                        \
 }
 
+extern vlib_node_registration_t device_input_node;
+extern const u32 device_input_next_node_advance[];
+
 #endif /* included_vnet_vnet_device_h */
 
 /*