mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 01:40:16 +00:00
Merge pull request #4828 from vishaldhingra/blackhole_type
zebra : blackhole_type was not set correctly in recursive routes
This commit is contained in:
commit
3e31782374
@ -87,7 +87,7 @@ static void nexthop_set_resolved(afi_t afi, const struct nexthop *newhop,
|
|||||||
break;
|
break;
|
||||||
case NEXTHOP_TYPE_BLACKHOLE:
|
case NEXTHOP_TYPE_BLACKHOLE:
|
||||||
resolved_hop->type = NEXTHOP_TYPE_BLACKHOLE;
|
resolved_hop->type = NEXTHOP_TYPE_BLACKHOLE;
|
||||||
resolved_hop->bh_type = nexthop->bh_type;
|
resolved_hop->bh_type = newhop->bh_type;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user