Module Name: src Committed By: dyoung Date: Thu Oct 27 20:04:57 UTC 2011
Modified Files: src/sys/net: if_gif.c if_gre.c Log Message: Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4 checksum-offload. Note well: it really is necessary to clear the csum_data. While I'm here, remove the do-nothing case for SIOCSIFDSTADDR and let ifioctl_common() or the protocol handle it. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/net/if_gif.c cvs rdiff -u -r1.146 -r1.147 src/sys/net/if_gre.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.