diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-07 16:00:00 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-07 16:00:00 -0500 | 
| commit | cacd02c30a2a467f9614e167625e116f242f1e7f (patch) | |
| tree | 4c2830567b91b2ab36b1c7f3eb01e44410970219 /bgpd | |
| parent | b291ac44bcea80002783b582022a02afaa3cf4f8 (diff) | |
| parent | 54f29523d99df1601bb0790d4bbd07af1b3359e7 (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.c | 2 | 
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(  | 
