X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_path.c;h=f8950fa5a49d73a3e828c695716639aceb5d6da6;hb=84382ae45c2cf694ef7faf4a87d60c1546869301;hp=a6404805eb6b91432936c588c87765b431f98d06;hpb=6e6ad64a4cc97f9f777891c0349bbb129ab03013;p=vpp.git diff --git a/src/vnet/fib/fib_path.c b/src/vnet/fib/fib_path.c index a6404805eb6..f8950fa5a49 100644 --- a/src/vnet/fib/fib_path.c +++ b/src/vnet/fib/fib_path.c @@ -2819,7 +2819,7 @@ show_fib_path_command (vlib_main_t * vm, FIB_PATH_FORMAT_FLAGS_NONE); s = format(s, "\n children:"); s = fib_node_children_format(path->fp_node.fn_children, s); - vlib_cli_output (vm, "%s", s); + vlib_cli_output (vm, "%v", s); vec_free(s); } else