Module Name: src Committed By: tls Date: Thu Sep 9 03:24:57 UTC 2010
Modified Files: src/sys/net: if_srt.c Log Message: >From Coyote Point source tree: "fix" srt IPv4 lookup on little-endian hosts. IPv6 is probably still broken, and, actually, the lookup table for mask values should be kept in network byte order, not host byte order and the corresponding change to the srtconfig ioctl interface made. But at least this works. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/net/if_srt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.