[Xorp-hackers] doubt about PIM-RP election ......

Ashish Karpe ashishkarpe at gmail.com
Sat Mar 10 06:38:47 PST 2007


Hi all,
        For DF election in PIM-BIDIR we are using same RP elected by
PIM-SM.  Now we want to confirm that, will following code return
1) elected RP for that domain ??
2) Will this function work for statically configured RP.



********************************************************************************************
IN pim_rp.cc

PimRp *
RpTable::rp_find(const IPvX& group_addr)
{
.
.
.

if (best_rp == NULL) {
        best_rp = pim_rp;
        continue;
.
;
.
.}
.
.
.
}

****************************************************************************************************

If this is true then we planned to use it as the entry point for DF Election
process for bidirectional.


Thanking You In Anticipation
Ashish
Shamita
Chintamani
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20070310/562e79c1/attachment.html 


More information about the Xorp-hackers mailing list