mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 20:10:36 +00:00
pim6d: Handle rpf_addr in on_neighbor_jp_timer()
Signed-off-by: sarita patra <saritap@vmware.com>
This commit is contained in:
parent
4a8336cfa8
commit
bad81cbc7b
@ -263,7 +263,7 @@ static void on_neighbor_jp_timer(struct thread *t)
|
||||
neigh->upstream_jp_agg->count);
|
||||
|
||||
rpf.source_nexthop.interface = neigh->interface;
|
||||
pim_addr_to_prefix(&rpf.rpf_addr, neigh->source_addr);
|
||||
rpf.rpf_addr = neigh->source_addr;
|
||||
pim_joinprune_send(&rpf, neigh->upstream_jp_agg);
|
||||
|
||||
thread_add_timer(router->master, on_neighbor_jp_timer, neigh,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user