summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-12-07 16:00:00 -0500
committerGitHub <noreply@github.com>2018-12-07 16:00:00 -0500
commitcacd02c30a2a467f9614e167625e116f242f1e7f (patch)
tree4c2830567b91b2ab36b1c7f3eb01e44410970219 /bgpd
parentb291ac44bcea80002783b582022a02afaa3cf4f8 (diff)
parent54f29523d99df1601bb0790d4bbd07af1b3359e7 (diff)
Merge pull request #3453 from opensourcerouting/revert-json-spellfix
bgpd: re-add spelling error in JSON output
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index 06caebe567..f83b146175 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -9722,7 +9722,7 @@ static void bgp_show_peer(struct vty *vty, struct peer *p, bool use_json,
json_object_string_add(
json_nxt,
print_store,
- "received");
+ "recieved"); /* misspelled for compatibility */
}
}
json_object_object_add(