From: David Lamparter Date: Mon, 29 Jul 2019 12:04:06 +0000 (+0200) Subject: Revert "ospfd: default route got flushed after lsa refresh timer." X-Git-Url: https://git.proxmox.com/?p=mirror_frr.git;a=commitdiff_plain;h=d1ba29e8c40079283caabab0f4850946297b7cae Revert "ospfd: default route got flushed after lsa refresh timer." This reverts commit a6b4e1fdedb290e8d86f73b0d7f842f7042b26af. This fix is wrong too. Signed-off-by: David Lamparter --- diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index 6d1e44996..168dcee44 100644 --- a/ospfd/ospf_flood.c +++ b/ospfd/ospf_flood.c @@ -91,7 +91,7 @@ struct external_info *ospf_external_info_check(struct ospf *ospf, p.prefix = lsa->data->id; p.prefixlen = ip_masklen(al->mask); - for (type = 0; type <= ZEBRA_ROUTE_MAX; type++) { + for (type = 0; type < ZEBRA_ROUTE_MAX; type++) { int redist_on = 0; redist_on =