K 10 svn:author V 2 ae K 8 svn:date V 27 2017-04-04T13:41:50.304304Z K 7 svn:log V 405 When we are doing SA lookup for TCP-MD5, check both source and destination addresses. Previous code has used only destination address for lookup. But for inbound packets the source address was used as SA destination address. Thus only outbound SA were used for both directions. Now we use addresses from a packet as is, thus SAs for both directions are needed. Reported by: Mike Tancsa MFC after: 1 week END