K 10 svn:author V 8 jmallett K 8 svn:date V 27 2009-03-22T00:45:47.995060Z K 7 svn:log V 315 Remove local in6_addr variables for local and foreign addresses in sysctl_drop, they were passed uninitialized to in6_pcblookup_hash. Instead, do as is done for IPv4 and use the addresses within the sockaddr structure, which are correctly populated. This fixes tcpdrop(8) for IPv6 address pairs. Reviewed by: bz END