]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Send non-transitive extended communities from/to OAD peers
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 21 Jan 2025 19:17:39 +0000 (21:17 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 21 Jan 2025 19:17:39 +0000 (21:17 +0200)
commitf2759c46ceda2a5f13b40213381baf71997b6b87
treeb9825386c7d171ddce43327100b7e9e97bb00082
parent46a1a76783fa089acefe01ccebd82b4927127dca
bgpd: Send non-transitive extended communities from/to OAD peers

draft-uttaro-idr-bgp-oad says:

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