Module Name: src Committed By: knakahara Date: Tue Jan 26 05:58:06 UTC 2016
Modified Files: src/sys/net: if_stf.c if_stf.h 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: implement encapsw instead of protosw and uniform prototype. suggested and advised by riastradh@n.o, thanks. BTW, It seems in_stf_input() had bugs... To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/net/if_stf.c cvs rdiff -u -r1.4 -r1.5 src/sys/net/if_stf.h cvs rdiff -u -r1.73 -r1.74 src/sys/netinet/in_gif.c cvs rdiff -u -r1.50 -r1.51 src/sys/netinet/ip_encap.c cvs rdiff -u -r1.15 -r1.16 src/sys/netinet/ip_encap.h cvs rdiff -u -r1.136 -r1.137 src/sys/netinet/ip_mroute.c cvs rdiff -u -r1.70 -r1.71 src/sys/netinet6/in6_gif.c cvs rdiff -u -r1.35 -r1.36 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.