commit | 21e8b42dccdf7da3bbb3e057edd5c44da446d729 | [log] [tgz] |
---|---|---|
author | Svata Dedic <belgarat@mail.klfree.net> | Thu Dec 22 18:07:15 2011 +0400 |
committer | Paul Jakma <paul@quagga.net> | Thu Feb 23 12:31:00 2017 +0000 |
tree | f9301d95158ba5eb2ab19d7a3011576cb043d6f3 | |
parent | 6dbb58c04078c31ca3f43e9754b498aa3be6518b [diff] |
ospfd: fix NSSA LSA translation (BZ#493) * See bugzilla #439
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index d795439..1a21b05 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c
@@ -2551,6 +2551,7 @@ * New translations will be taken care of by the abr_task. */ ospf_translated_nssa_refresh (ospf, new, NULL); + ospf_schedule_abr_task(ospf); } }