mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 23:09:34 +00:00
bgpd: Drop unnecessary chars for filtered reason
Seems missed grammarly review for the reason "as-path contains our own AS;" Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
dddec792ae
commit
692174a1c5
@ -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)
|
if (aspath_loop_check(attr->aspath, peer->change_local_as)
|
||||||
> aspath_loop_count) {
|
> aspath_loop_count) {
|
||||||
peer->stat_pfx_aspath_loop++;
|
peer->stat_pfx_aspath_loop++;
|
||||||
reason = "as-path contains our own AS A;";
|
reason = "as-path contains our own AS;";
|
||||||
goto filtered;
|
goto filtered;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user