mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
pimd: Fix SPT bit initial setting
The initial setting of the SPT bit was incorrect. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
d8cd119bbc
commit
f9e0ab5b8e
@ -380,7 +380,7 @@ static struct pim_upstream *pim_upstream_new(struct in_addr source_addr,
|
||||
up->join_state = 0;
|
||||
up->state_transition = pim_time_monotonic_sec();
|
||||
up->channel_oil = NULL;
|
||||
up->sptbit = PIM_UPSTREAM_SPTBIT_TRUE;
|
||||
up->sptbit = PIM_UPSTREAM_SPTBIT_FALSE;
|
||||
|
||||
up->rpf.source_nexthop.interface = 0;
|
||||
up->rpf.source_nexthop.mrib_nexthop_addr.s_addr = PIM_NET_INADDR_ANY;
|
||||
|
Loading…
Reference in New Issue
Block a user