Date: Thu, 21 Jul 2005 16:32:50 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 raw_ip6.c udp6_output.c Message-ID: <200507211632.j6LGWobB097027@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2005-07-21 16:32:50 UTC FreeBSD src repository Modified files: sys/netinet6 raw_ip6.c udp6_output.c Log: 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. Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net> Obtained from: KAME Revision Changes Path 1.52 +11 -13 src/sys/netinet6/raw_ip6.c 1.21 +10 -11 src/sys/netinet6/udp6_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507211632.j6LGWobB097027>