[Xorp-hackers] Doubt about packet forwarding

Pavlin Radoslavov pavlin at icir.org
Sat Mar 10 10:47:55 PST 2007


> we are not able to identify how do we by pass packet forwarding rules of
> PIM-SM & use rules for PIM-Bidir which we want to implement i.e oglist for
> bidir

Please have a look at PimMrt::receive_data() inside pim/pim_mrt_mfc.cc .
Despite its name, it implements the logic (as specified in the spec)
when data packet is received, but in reality it is not called per
data packet. It is called only when certain events occur.
Pay close attention when the PimMfc::update_mfc() method is called
which does the job of (re)calculating and installing the forwarding
entry.

Regards,
Pavlin



More information about the Xorp-hackers mailing list