]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix RP determination to handle secondary addresses better
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 30 Mar 2017 03:27:25 +0000 (23:27 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 30 Mar 2017 13:34:03 +0000 (09:34 -0400)
commit7399328a6fbd9e41e03cc8d0c9bfbf16a5738c9a
tree426e50960b73793e42887cd60f390744714bc47b
parent71bbe73dc4fb308b1abca5a326c6c59e1193d794
pimd: Fix RP determination to handle secondary addresses better

When we are checking RP addresses and looking at the secondary
address.  With the addition of the ability to handle v6 addresses
in the secondary list.  Assuming that the secondary address
is a v4 address is a no go.

Convert to prefix_same.

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