mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 04:01:59 +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;
|
||||
case NEXTHOP_TYPE_BLACKHOLE:
|
||||
resolved_hop->type = NEXTHOP_TYPE_BLACKHOLE;
|
||||
resolved_hop->bh_type = nexthop->bh_type;
|
||||
resolved_hop->bh_type = newhop->bh_type;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user