Date: Sun, 4 Mar 2007 14:54:02 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ksocket.c Message-ID: <200703041454.l24Es24m021286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2007-03-04 14:54:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_ksocket.c Log: 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 Revision Changes Path 1.55.2.4 +3 -0 src/sys/netgraph/ng_ksocket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703041454.l24Es24m021286>