]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Use treat-as-withdraw for tunnel encapsulation attribute
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 13 Jul 2023 19:32:03 +0000 (22:32 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 29 Aug 2023 23:53:22 +0000 (23:53 +0000)
commit8a4a88c46d15004b1a584cd47f9f6b8278f8da66
treeb46f9fc8e47752a281153c61f9c50e152b66dc24
parent3c9e3f96407d2a1c4c4f9b5d40cd77817330d47c
bgpd: Use treat-as-withdraw for tunnel encapsulation attribute

Before this path we used session reset method, which is discouraged by rfc7606.

Handle this as rfc requires.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit bcb6b58d9530173df41d3a3cbc4c600ee0b4b186)
bgpd/bgp_attr.c