Module Name: src Committed By: maxv Date: Thu Apr 12 06:49:39 UTC 2018
Modified Files: src/sys/netinet: raw_ip.c udp_usrreq.c src/sys/netinet6: icmp6.c raw_ip6.c udp6_usrreq.c Log Message: Remove misleading comment; we're just checking the SP, not verifying the AH/ESP payload. While here style a bit. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/netinet/raw_ip.c cvs rdiff -u -r1.246 -r1.247 src/sys/netinet/udp_usrreq.c cvs rdiff -u -r1.224 -r1.225 src/sys/netinet6/icmp6.c cvs rdiff -u -r1.166 -r1.167 src/sys/netinet6/raw_ip6.c cvs rdiff -u -r1.138 -r1.139 src/sys/netinet6/udp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.