mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
ospfd: fix NSSA LSA translation (BZ#493) (BZ#250)
This commit is contained in:
parent
19465f4e20
commit
493472ba8e
@ -49,6 +49,7 @@
|
|||||||
#include "ospfd/ospf_route.h"
|
#include "ospfd/ospf_route.h"
|
||||||
#include "ospfd/ospf_ase.h"
|
#include "ospfd/ospf_ase.h"
|
||||||
#include "ospfd/ospf_zebra.h"
|
#include "ospfd/ospf_zebra.h"
|
||||||
|
#include "ospfd/ospf_abr.h"
|
||||||
|
|
||||||
|
|
||||||
u_int32_t get_metric(u_char *metric)
|
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.
|
* abr_task.
|
||||||
*/
|
*/
|
||||||
ospf_translated_nssa_refresh(ospf, new, NULL);
|
ospf_translated_nssa_refresh(ospf, new, NULL);
|
||||||
|
ospf_schedule_abr_task(ospf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user