Module Name: src Committed By: maxv Date: Tue Jan 23 10:46:59 UTC 2018
Modified Files: src/sys/netinet6: icmp6.c Log Message: Fix the check on 'maxlen', we are not creating struct icmp6_hdr but struct nd_redirect (which is bigger). Also, make sure we can add a struct nd_opt_rd_hdr. Normally this doesn't change anything, since the mbuf has IPV6_MMTU bytes, and it's always way bigger than what we need. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/netinet6/icmp6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.