mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 02:17:12 +00:00
Merge pull request #3143 from rgirada/fix_3124
ospfd: default route got flushed after lsa refresh timer.
This commit is contained in:
commit
c7aa8432f2
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user