diff options
Diffstat (limited to 'zebra/zebra_mpls_vty.c')
| -rw-r--r-- | zebra/zebra_mpls_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_mpls_vty.c b/zebra/zebra_mpls_vty.c index ff84c59432..ee7276f315 100644 --- a/zebra/zebra_mpls_vty.c +++ b/zebra/zebra_mpls_vty.c @@ -786,7 +786,7 @@ DEFUN (show_mpls_table, SHOW_STR MPLS_STR "MPLS table\n" - "JavaScript Object Notation\n") + JSON_STR) { struct zebra_vrf *zvrf; u_char use_json = (argv[3]->arg != NULL); @@ -803,7 +803,7 @@ DEFUN (show_mpls_table_lsp, MPLS_STR "MPLS table\n" "LSP to display information about\n" - "JavaScript Object Notation\n") + JSON_STR) { u_int32_t label; struct zebra_vrf *zvrf; |
