]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_upstream.c
pimd: Add JoinDesired(S,G) to deciding to set spt bit
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 9 Apr 2019 17:20:32 +0000 (13:20 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 9 Apr 2019 17:20:32 +0000 (13:20 -0400)
commit6f0f014f0883ce45340af35090cdad85531a53d2
treed41573e793b2a4f6994750ebf8a97e3a48adeed7
parente3af36d3ed71ce0659870423889df7da0fded094
pimd: Add JoinDesired(S,G) to deciding to set spt bit

The decision for Update_SPTbit(S,G, iif) includes a test
for JoinDesired(S,G) in section 4.2.2.  When we were deciding
to update the spt bit we were not taking this into account.

This commit fixes this issue.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_upstream.c