cvs commit: src/sys/netinet6 raw_ip6.c udp6_output.c

Hajimu UMEMOTO ume at FreeBSD.org
Thu Jul 21 16:33:04 GMT 2005


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


More information about the cvs-src mailing list