[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Flow monitors and multcast flows



I'm using flow monitors to try and gather statistics on a combination
of multicast and tcp flows.  The TCP flows seem to show up in the
arrival and departure statistics just fine.  Multicast traffic on the
other hand doesn't show up in the arrival statistics.

I did some poking around and it seems that the classifier doesn't call
the snoop object when it receives a multicast packet, but instead calls
the replicator.

Any ideas on how to fix this?

-Dante