diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-12-12 17:50:59 +0100 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-09 13:54:47 +0000 |
| commit | ab19bee70181d0a2a927416827d2f0f3aee68094 (patch) | |
| tree | 083b3c3b2e777048f1937c52bb1e60ed1ed04b42 /lib/libfrr.c | |
| parent | ac8616aab72239590a82dbf5745847779be53559 (diff) | |
pimd: fix order of operations for evaluating join
join_desired looks at whether up->channel_oil is empty. up->channel_oil
is updated from pim_forward_stop(), calling pim_channel_del_oif(). But
that was being called *after* updating join_desired, so join_desired saw
a non-empty OIL. Pull up the pim_forward_stop() call to before updating
join_desired.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit fdb1a6fed5a8e42447b5b9633ad9df0f3042d0a9)
Diffstat (limited to 'lib/libfrr.c')
0 files changed, 0 insertions, 0 deletions
