Module Name: src Committed By: riastradh Date: Sun Jun 26 17:55:24 UTC 2022
Modified Files: src/sys/net/lagg: if_lagg.c if_laggproto.h Log Message: lagg(4): Safely handle misaligned mbufs. Optimizing for non-strict-alignment architectures -- without falling afoul of alignment sanitizers or overeager compilers -- is left as an exercise for the reader. PR kern/56894 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/net/lagg/if_lagg.c cvs rdiff -u -r1.17 -r1.18 src/sys/net/lagg/if_laggproto.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.