Module Name: src Committed By: maxv Date: Tue Apr 24 08:07:06 UTC 2018
Modified Files: src/sys/netinet6: nd6_rtr.c src/sys/netipsec: xform_ah.c xform_ipip.c src/sys/sys: mbuf.h Log Message: Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, both are set in IPsec-AH, and they are always handled together. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/netinet6/nd6_rtr.c cvs rdiff -u -r1.93 -r1.94 src/sys/netipsec/xform_ah.c cvs rdiff -u -r1.67 -r1.68 src/sys/netipsec/xform_ipip.c cvs rdiff -u -r1.187 -r1.188 src/sys/sys/mbuf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.