> Like I mentioned in the network-discuss alias, that dupb() already copied > the b_flag field over: > > MBLK_BAND_FLAG_WORD(new_mp) = MBLK_BAND_FLAG_WORD(mp); > > It turns out the aggr driver sees the message being looped back because that > the MSGNOLOOP flag was set in the dld layer functions, which should really > be moved to the MAC layer functions, so that when the aggr driver (which is > a MAC user) sends the packets, those packets are also marked with the > MSGNOLOOP flag.
Ah ha :-) Nice detective work. -- meem
