commit | 2297af016d4c1ecdd0c695dc736e8f5a988e89bd | [log] [tgz] |
---|---|---|
author | Neale Ranns <nranns@cisco.com> | Tue Sep 12 09:45:04 2017 -0700 |
committer | Florin Coras <florin.coras@gmail.com> | Wed Sep 13 17:31:13 2017 +0000 |
tree | f887e39e50144e5052d0058605ed63cfa40c01f9 | |
parent | 49fe046e431c4d76b0c45c609e05e1b0a3063360 [diff] [blame] |
Add a name to the creation of an IP and MPLS table Change-Id: I4b4648831551519b2ffb6f93255d28a4b8726c22 Signed-off-by: Neale Ranns <nranns@cisco.com>
diff --git a/src/vnet/fib/ip4_fib.c b/src/vnet/fib/ip4_fib.c index 865e2dd..48dc2c6 100644 --- a/src/vnet/fib/ip4_fib.c +++ b/src/vnet/fib/ip4_fib.c
@@ -551,7 +551,7 @@ } } s = format (s, "]"); - vlib_cli_output (vm, "%V", s); + vlib_cli_output (vm, "%v", s); vec_free(s); /* Show summary? */