K 10 svn:author V 6 nsayer K 8 svn:date V 27 2000-09-25T17:24:02.000000Z K 7 svn:log V 441 In theory, m_dup should not be necessary, as m_copypacket should be sifficient. But somewhere (I believe in the UDP stuff), someone is overwriting an mbuf without calling m_pullup() first. This results in broad- and multi-cast traffic that is passed through the bridge getting corrupted. This should be backed out when there is some assurance that the upper layers (and I suppose all of the device drivers) are fixed. Suggested by: archie END