]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Validate Addpath capability flags per AF 15037/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 17 Dec 2023 13:13:57 +0000 (15:13 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 17 Dec 2023 19:25:51 +0000 (21:25 +0200)
commit0f05e56bedb5ae3cdf57c8fc71eb38cd2aeef17c
tree88fe9f4f51f301d2871cebef0353d235d4d66637
parenta912f8fab7b1d4a58c2b97e93531330f30f84994
bgpd: Validate Addpath capability flags per AF

Send/Receive:
         This field indicates whether the sender is (a) able to receive
         multiple paths from its peer (value 1), (b) able to send
         multiple paths to its peer (value 2), or (c) both (value 3) for
         the <AFI, SAFI>.

         If any other value is received, then the capability SHOULD be
         treated as not understood and ignored [RFC5492].

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