K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2004-07-17T19:44:13.000000Z K 7 svn:log V 498 The tcp syncache code was leaving the IPv6 flowlabel uninitialised for the SYN|ACK packet and then letting in6_pcbconnect set the flowlabel later. Arange for the syncache/syncookie code to set and recall the flow label so that the flowlabel used for the SYN|ACK is consistent. This is done by using some of the cookie (when tcp cookies are enabeled) and by stashing the flowlabel in syncache. Tested and Discovered by: Orla McGann Approved by: ume, silby MFC after: 1 month END