Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: tron
Date: Thu Jun 2 15:21:35 UTC 2005
Modified Files:
src/sys/net: if_stf.c
src/sys/netinet: in_gif.c ip_encap.c ip_encap.h
src/sys/netinet6: in6_gif.c in6_gif.h
Log Message:
Change the first argument of the encapsulation check function from
"const struct mbuf *" to "struct mbuf *". Without this change the
actual implementation cannot even use m_copydata() on the mbuf chain
which is broken.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/net/if_stf.c
cvs rdiff -r1.43 -r1.44 src/sys/netinet/in_gif.c
cvs rdiff -r1.23 -r1.24 src/sys/netinet/ip_encap.c
cvs rdiff -r1.6 -r1.7 src/sys/netinet/ip_encap.h
cvs rdiff -r1.41 -r1.42 src/sys/netinet6/in6_gif.c
cvs rdiff -r1.9 -r1.10 src/sys/netinet6/in6_gif.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index