On Sat, Mar 23, 2013 at 12:33:43PM -0600, Lawrence Teo wrote: > CVSROOT: /cvs > Module name: src > Changes by: l...@cvs.openbsd.org 2013/03/23 12:33:43 > > Modified files: > share/man/man9 : mbuf.9 > > Log message: > Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to > M_{TCP,UDP}_CSUM_OUT. Also rename m_pkthdr.csum to m_pkthdr.csum_flags. > > Remove "/IPv4" from the descriptions of the M_{TCP,UDP}_CSUM_IN_* flags > since they are also used to calculate TCP or UDP checksums over IPv6, > such as on newer bge(4) chips (pointed out by naddy@).
To clarify, the M_{TCP,UDP}_CSUM_IN_* flags are used to verify TCP or UDP checksums, not to calculate them. The error in using the wrong word in the commit message was mine, not naddy's. Apologies for any confusion. > > feedback/ok naddy, ok haesbaert jmc