mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 22:10:19 +00:00
[ospfd] Default route needs to be refreshed after neighbour state change
2008-08-13 Daniel Ng <daniel_ng11@lycos.com> * ospf_nsm.c: (nsm_change_state) Refresh default route on state change - a hack, but it works. Signed-off-by: Paul Jakma <paul@quagga.net>
This commit is contained in:
parent
6995456562
commit
9fd4958a4e
@ -686,6 +686,11 @@ nsm_change_state (struct ospf_neighbor *nbr, int state)
|
|||||||
continue;
|
continue;
|
||||||
ospf_external_lsa_refresh_type (oi->ospf, x, force);
|
ospf_external_lsa_refresh_type (oi->ospf, x, force);
|
||||||
}
|
}
|
||||||
|
/* XXX: Clearly some thing is wrong with refresh of external LSAs
|
||||||
|
* this added to hack around defaults not refreshing after a timer
|
||||||
|
* jump.
|
||||||
|
*/
|
||||||
|
ospf_external_lsa_refresh_default (oi->ospf);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user