]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Allow sending Origin Validation State extended community over EBGP-OAD 15128/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 11 Jan 2024 09:18:14 +0000 (11:18 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 11 Jan 2024 09:35:20 +0000 (11:35 +0200)
commita56beac98bf1c7660ad8ea3066b37e712302ba4b
treedfc0189d7d3d8484847932845bfd96de65beb71c
parent1c491dfbe646f885b0a570666da3ba1e062c2a6c
bgpd: Allow sending Origin Validation State extended community over EBGP-OAD

https://datatracker.ietf.org/doc/html/draft-uttaro-idr-bgp-oad#section-3.13

Extended communities which are non-transitive across an AS boundary MAY be
advertised over an EBGP-OAD session if allowed by explicit policy configuration.

If allowed, all the members of the OAD SHOULD be configured to use the same
criteria.

For example, the Origin Validation State Extended Community, defined as
non-transitive in [RFC8097], can be advertised to peers in the same OAD.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_route.c