]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Assure OSPF AS External routes are installed after link flap 15593/head
authorAcee <aceelindem@gmail.com>
Wed, 20 Mar 2024 03:34:09 +0000 (23:34 -0400)
committerAcee <aceelindem@gmail.com>
Thu, 21 Mar 2024 20:18:59 +0000 (16:18 -0400)
commit7ac19946b5c50abd2571a1fe6671442bd2536201
tree6a54fde565c807ce37608d56e893b28c72f2a741
parenteae228c52d4256542ab94038be263a29dbffa4ce
ospfd: Assure OSPF AS External routes are installed after link flap

OSPF intra/inter area routes were previously marked to assure they
are re-installed after a fast link flap in the commit:

commit effee18744ad3e1777614f58350d74fb718d3211
Author: Donald Sharp <sharpd@nvidia.com>
Date:   Mon May 24 13:45:29 2021 -0400

    ospfd: Fix quick interface down up event handling in ospf

This commit extends this fix to OSPF AS External routes as well.

Signed-off-by: Acee <aceelindem@gmail.com>
ospfd/ospf_ase.c
ospfd/ospf_interface.c