Skip to content

Commit

Permalink
doc: bgp_show_neighbor_vty down
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed Aug 7, 2024
1 parent 4a4ea21 commit db80b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -15699,7 +15699,7 @@ static int bgp_show_neighbor_vty(struct vty *vty, const char *name,
bgp_show_neighbor(vty, bgp, type, NULL, NULL, use_json,
json);
}
json_object_free(json);
// json_object_free(json);
} else {
if (use_json)
vty_out(vty, "{}\n");
Expand Down

0 comments on commit db80b31

Please sign in to comment.