diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-12-07 20:06:53 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-12-07 20:06:53 +0100 |
| commit | 54f29523d99df1601bb0790d4bbd07af1b3359e7 (patch) | |
| tree | f6fecf59014c4a8871d8c1df6bfd387934abdadf | |
| parent | 8ba26ecda7ccc1e1ea93cbe66efb4c9fcd962ecb (diff) | |
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>
| -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( |
