fib: Fix the display (or lack of) for fib node types in dependent children lists
[vpp.git] / src / plugins / l3xc / l3xc.c
index 021a850..0f7324c 100644 (file)
@@ -381,7 +381,7 @@ static const fib_node_vft_t l3xc_vft = {
 static clib_error_t *
 l3xc_init (vlib_main_t * vm)
 {
-  l3xc_fib_node_type = fib_node_register_new_type (&l3xc_vft);
+  l3xc_fib_node_type = fib_node_register_new_type ("l3xc", &l3xc_vft);
 
   return (NULL);
 }