Multicast stats and bridging

Bruce M Simpson bms at spc.org
Wed Nov 19 14:00:16 PST 2003


On Wed, Nov 19, 2003 at 04:03:12PM -0500, Alex Hoff wrote:
> What is the desired behavior of a multicast(and broadcast) pkt traveling
> through a bridge? Change it to count it going in *and* out? Or is there some
> reason, that I dont know about, for the current stat counting heuristics?

The bridge driver doesn't look at the packet destinations after the
bdg_forward() call to BDG_STAT(), but it does in bridge_in(). Question
is, why would you want to count bridged packets by their class of
destination twice?

BMS


More information about the freebsd-net mailing list