freebsd-dev/usr.sbin/rtsold
SUZUKI Shinsuke 16837d2d21 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
2002-04-19 11:39:54 +00:00
..
dump.c Sync with recent KAME. 2001-06-11 12:39:29 +00:00
if.c Sync with recent KAME. 2001-06-11 12:39:29 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
probe.c Sync with recent KAME. 2001-06-11 12:39:29 +00:00
rtsock.c Sync with recent KAME. 2001-06-11 12:39:29 +00:00
rtsol.c Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket 2002-04-19 11:39:54 +00:00
rtsold.8 mdoc(7) police: Fixed the .Ex calls in manpages that describe more 2001-09-11 12:27:15 +00:00
rtsold.c typo. netbsd PR 16055 2002-03-29 04:43:07 +00:00
rtsold.h Sync with recent KAME. 2001-06-11 12:39:29 +00:00