Rishi Srivatsavai wrote: > - if (mip->mi_bridge_link != NULL) > - return (cap == MAC_CAPAB_NO_ZCOPY); > + if (mip->mi_bridge_link != NULL && cap == MAC_CAPAB_NO_ZCOPY) > + return (B_FALSE);
I think you want to return B_TRUE in this case. MAC_CAPAB_NO_ZCOPY has inverted sense; "true" means "don't do this." Otherwise, I think this is ok. -- James Carlson 42.703N 71.076W <[email protected]> _______________________________________________ rbridges-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/rbridges-dev
