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
if.c
Makefile
probe.c
rtsock.c
rtsol.c Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket 2002-04-19 11:39:54 +00:00
rtsold.8
rtsold.c typo. netbsd PR 16055 2002-03-29 04:43:07 +00:00
rtsold.h