mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
bgpd: re-add spelling error in JSON output
I bulk-fixed "recieved" as a misspelling in 0437e10... but didn't notice there was a JSON value among these. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
8ba26ecda7
commit
54f29523d9
@ -9722,7 +9722,7 @@ static void bgp_show_peer(struct vty *vty, struct peer *p, bool use_json,
|
|||||||
json_object_string_add(
|
json_object_string_add(
|
||||||
json_nxt,
|
json_nxt,
|
||||||
print_store,
|
print_store,
|
||||||
"received");
|
"recieved"); /* misspelled for compatibility */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
json_object_object_add(
|
json_object_object_add(
|
||||||
|
Loading…
Reference in New Issue
Block a user