K 10 svn:author V 6 qingli K 8 svn:date V 27 2010-01-12T00:04:13.584147Z K 7 svn:log V 399 MFC r201544 An existing incomplete ARP entry would expire a subsequent statically configured entry of the same host. This bug was due to the expiration timer was not cancelled when installing the static entry. Since there exist a potential race condition with respect to timer cancellation, simply check for the LLE_STATIC bit inside the expiration function instead of cancelling the active timer. END