diff options
Diffstat (limited to 'pbrd/pbr_vty.c')
-rw-r--r-- | pbrd/pbr_vty.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c index 42a35aeff..0065f3698 100644 --- a/pbrd/pbr_vty.c +++ b/pbrd/pbr_vty.c @@ -1037,9 +1037,8 @@ DEFPY (show_pbr_map, vty_show_pbr_map(vty, pbrm, detail); } - if (j) { + if (j) vty_json(vty, j); - } return CMD_SUCCESS; } @@ -1135,9 +1134,8 @@ DEFPY (show_pbr_interface, } } - if (j) { + if (j) vty_json(vty, j); - } return CMD_SUCCESS; } |