K 10 svn:author V 6 qingli K 8 svn:date V 27 2010-01-05T00:35:46.864908Z K 7 svn:log V 405 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. MFC after: 5 days END