diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 91f3eaa30..c15ce7d9a 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -6851,7 +6851,7 @@ void route_vty_out_tmp(struct vty *vty, struct prefix *p, struct attr *attr, char buf[BUFSIZ]; json_object_string_add( - json_net, "netHopGloabal", + json_net, "nextHopGlobal", inet_ntop(AF_INET6, &attr->mp_nexthop_global, buf, BUFSIZ));