K 10 svn:author V 3 bms K 8 svn:date V 27 2007-03-04T14:54:02.000000Z K 7 svn:log V 459 MFC rev 1.60: In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect addressing if a packet is later re-encapsulated and sent to a non-broadcast, non-multicast destination after being received on the ng_ksocket input hook. These mbuf flags should not be set on the mbuf packet header chain until the data thus sent re-enters ip_output() by way of the pru_sosend callback anyway. PR: 106999 Tested by: ume Submitted by: Kevin Lahey END