sephe 2007/12/21 04:51:51 PST DragonFly src repository
Modified files:
sys/netinet ip_divert.c
Log:
In divert_packet():
Dispatch mbuf to CPU0 if the current CPU is not CPU0, so we can safely
locate inpcb there.
This change does not affect UP system.
Revision Changes Path
1.34 +71 -14 src/sys/netinet/ip_divert.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_divert.c.diff?r1=1.33&r2=1.34&f=u
