From 493472ba8ecb44f21bc9cd85c1307262648d5bc3 Mon Sep 17 00:00:00 2001 From: Svata Dedic Date: Thu, 22 Dec 2011 18:07:15 +0400 Subject: [PATCH] ospfd: fix NSSA LSA translation (BZ#493) (BZ#250) --- ospfd/ospf_lsa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index c28e500d5b..f00454528a 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -49,6 +49,7 @@ #include "ospfd/ospf_route.h" #include "ospfd/ospf_ase.h" #include "ospfd/ospf_zebra.h" +#include "ospfd/ospf_abr.h" u_int32_t get_metric(u_char *metric) @@ -2503,6 +2504,7 @@ static struct ospf_lsa *ospf_external_lsa_install(struct ospf *ospf, * abr_task. */ ospf_translated_nssa_refresh(ospf, new, NULL); + ospf_schedule_abr_task(ospf); } } -- 2.39.5