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: riastradh
Date: Fri Jan 22 23:27:12 UTC 2016
Modified Files:
src/sys/net: if_stf.c
src/sys/netinet: in_gif.c ip_encap.c ip_encap.h ip_mroute.c
src/sys/netinet6: in6_gif.c
src/sys/netipsec: xform_ipip.c
Log Message:
Back out previous change to introduce struct encapsw.
This change was intended, but Nakahara-san had already made a better
one locally! So I'll let him commit that one, and I'll try not to
step on anyone's toes again.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/net/if_stf.c
cvs rdiff -u -r1.70 -r1.71 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.49 -r1.50 src/sys/netinet/ip_encap.c
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/ip_encap.h
cvs rdiff -u -r1.135 -r1.136 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.67 -r1.68 src/sys/netinet6/in6_gif.c
cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/xform_ipip.c
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