]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Stop prepending peer-as if self-originated and lastas configured 9394/head
authorDon Slice <dslice@nvidia.com>
Wed, 11 Aug 2021 12:45:23 +0000 (08:45 -0400)
committerDon Slice <dslice@nvidia.com>
Fri, 13 Aug 2021 19:25:48 +0000 (15:25 -0400)
commit6ba0adacd25349a0b5088d7e64106a859031f150
tree304c391ac9161476b2fe4dc49d1aea843d0ab674
parentcb5eb14c52c1bbe9a04c0bf566a1eade0b6d8657
bgpd: Stop prepending peer-as if self-originated and lastas configured

Problem seen where if "set aspath-prepend last-as" configured and
applied outbound, we prepend the peer's asn which causes our self-
originated routes to be denied.

Signed-off-by: Don Slice <dslice@nvidia.com>
bgpd/bgp_routemap.c