Skip to content

Commit

Permalink
Merge pull request #14686 from FRRouting/mergify/bp/stable/8.5/pr-14681
Browse files Browse the repository at this point in the history
zebra: display ptmStatus order in interface json (backport #14681)
  • Loading branch information
donaldsharp authored Oct 30, 2023
2 parents cc910eb + b20380a commit 24f2b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@ static void if_dump_vty_json(struct vty *vty, struct interface *ifp,
json_object_string_add(json_if, "lastLinkDown",
zebra_if->down_last);

zebra_ptm_show_status(vty, json, ifp);
zebra_ptm_show_status(vty, json_if, ifp);

json_object_string_add(json_if, "vrfName", ifp->vrf->name);

Expand Down

0 comments on commit 24f2b7d

Please sign in to comment.