FIB: encode the label stack in the FIB path during table dump
[vpp.git] / src / vnet / dpo / ip_null_dpo.h
index 002a2a7..6c7ced5 100644 (file)
@@ -53,4 +53,6 @@ extern void ip_null_dpo_add_and_lock (dpo_proto_t proto,
 
 extern void ip_null_dpo_module_init(void);
 
+extern ip_null_dpo_action_t ip_null_dpo_get_action(index_t indi);
+
 #endif