diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-04-20 07:57:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 07:57:40 -0400 |
| commit | dc7be57dfc1d42b79eeacfa63c74f2bb0823ccad (patch) | |
| tree | 9f48b6787c9d8bc533f657a1f62426627247d410 /pimd/pim_upstream.c | |
| parent | a71e190d44395ab119579dacd4d86d2a2dfa9916 (diff) | |
| parent | 2145e986b4ded4f029d4725a4dd175c10f1fb1c9 (diff) | |
Merge pull request #10853 from plsaranya/pim_assert_fixes
pimd: assert fixes
Diffstat (limited to 'pimd/pim_upstream.c')
| -rw-r--r-- | pimd/pim_upstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index c38acc485f..2b5b4bcf53 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -2062,6 +2062,7 @@ static bool pim_upstream_sg_running_proc(struct pim_upstream *up) if ((up->sptbit != PIM_UPSTREAM_SPTBIT_TRUE) && (up->rpf.source_nexthop.interface)) { pim_upstream_set_sptbit(up, up->rpf.source_nexthop.interface); + pim_upstream_update_could_assert(up); } return rv; |
