K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-12-22T15:06:51.000000Z K 7 svn:log V 477 Merge in6_pcb.c:1.86 from HEAD to RELENG_6: Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call; this transpired because the inpcb alloc path for IPv4/IPv6 is the same code, but IPv6 has a separate free path. The results was that as new IPv6 TCP connections were created, kernel memory would gradually leak. Reported by: tanyong , zhouzhouyi Approved by: re (kensmith) END