mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 21:39:16 +00:00
Merge pull request #3453 from opensourcerouting/revert-json-spellfix
bgpd: re-add spelling error in JSON output
This commit is contained in:
commit
cacd02c30a
@ -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