]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Reduce RP checks a bit
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Mar 2019 19:26:06 +0000 (15:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Mar 2019 19:51:49 +0000 (15:51 -0400)
commitf43593d958332b45afedad9216fd55adf99560cf
treed0bcb362a46a1172cc30d3fa935c2e0539fcaff5
parent4f9aec30ead36414971ffb1317a3f23d6b413206
pimd: Reduce RP checks a bit

The pim_rp_check_is_my_ip_address function was checking to see
if we were the actual RP as well as the pim_register code
was doing the same thing.  Remove the reduncancy a bit and
just make this function check for that we are the actual receiver
of this data.

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