Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 04:39:55 -0700 (PDT)
From:      SUZUKI Shinsuke <suz@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rtsold rtsol.c
Message-ID:  <200204191139.g3JBdtl04380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
suz         2002/04/19 04:39:55 PDT

  Modified files:
    usr.sbin/rtsold      rtsol.c 
  Log:
  Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket
  destination.
  (Currently lack of their specification does not lead to any problem, because
   kernel does not check the consistency between actual address and its
   address family / length on raw socket.
  
   However kernel should always check their consistency and stop sending packets
   if there is a contradiction.  Considering backward compatibility of
   programs, I just fixed rtsol now;  I'd like to fix the kernel behavior later.)
  
  Reviewed by: ume
  MFC after: 3 days
  
  Revision  Changes    Path
  1.5       +4 -2      src/usr.sbin/rtsold/rtsol.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204191139.g3JBdtl04380>