]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Allow secondary address comparisons to work
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 23 May 2017 18:50:45 +0000 (14:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 23 May 2017 19:31:37 +0000 (15:31 -0400)
commitad5233c886e5e9418bc14fd7dafd8cd29fe7b214
treeb5616dd6c8ae2735477299ac18234d5a12f49e4e
parentdb64fac494eb51ae481293b6edc9cae1dec88a10
pimd: Allow secondary address comparisons to work

The secondary address comparison done to determine if we are
an RP for a specified address was comparing A.B.C.D/32 to A.B.C.D/0
because when we created the rp_info we were not setting the prefixlen

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