diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 90e0fd5253..78d02b8494 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -3663,7 +3663,7 @@ int bgp_update(struct peer *peer, const struct prefix *p, uint32_t addpath_id, if (aspath_loop_check(attr->aspath, peer->change_local_as) > aspath_loop_count) { peer->stat_pfx_aspath_loop++; - reason = "as-path contains our own AS A;"; + reason = "as-path contains our own AS;"; goto filtered; } }