cvs commit: src/sys/netinet6 raw_ip6.c udp6_output.c
Hajimu UMEMOTO
ume at FreeBSD.org
Fri Nov 4 11:57:32 PST 2005
ume 2005-11-04 19:57:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet6 raw_ip6.c udp6_output.c
Log:
MFC: simplified udp6_output() and rip6_output(): do not override
in6p_outputopts at the entrance of the functions. this trick was
necessary when we passed an in6 pcb to in6_embedscope(), within which
the in6p_outputopts member was used, but we do not use this kind of
interface any more.
sys/netinet6/raw_ip6.c: 1.52
sys/netinet6/udp6_output.c: 1.21
Revision Changes Path
1.50.2.4 +11 -13 src/sys/netinet6/raw_ip6.c
1.19.2.2 +10 -11 src/sys/netinet6/udp6_output.c
More information about the cvs-src
mailing list