]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Do not check if the whole as-path has target ASN when using as-override
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 27 Jul 2022 10:33:48 +0000 (13:33 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 29 Jul 2022 17:43:22 +0000 (20:43 +0300)
commit9bbdb4572d3bb255211fecf1c756452ab27e91c2
tree60d5276d3486e001335faa94453d40cd4a6473ce
parentada423318a55fd7b2ea022603b14c5154ac954d5
bgpd: Do not check if the whole as-path has target ASN when using as-override

as-override didn't work if the entire as-path is not a single ASN (as a target).

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
a.py [new file with mode: 0644]
bgpd/bgp_aspath.c
bgpd/bgp_aspath.h
bgpd/bgp_route.c