ng_one2many: Don't duplicate packets with m_dup() when receiving and re-transmitting in a one-to-many setup, copy them instead with m_copypacket(). This should improve performance by reducing unnecessary copying.
Submitted by: Neel Chauhan <neel AT neelc DOT org>