OSDN Git Service

Treat RTM_DELNEIGH as a transition to NUD_NONE
authorErik Kline <ek@google.com>
Mon, 1 Jun 2015 03:44:01 +0000 (12:44 +0900)
committerErik Kline <ek@google.com>
Mon, 1 Jun 2015 03:46:24 +0000 (12:46 +0900)
commitab06923576d4a49bc84c94badfcebcb7f6b103a8
tree3ae9cca2e49081fc64c815226c6aa4e3434e1cf2
parent29932d13a90e02c3fce680e68de975a5d77ab9db
Treat RTM_DELNEIGH as a transition to NUD_NONE

RTM_DELNEIGHs can happen naturally during garbage collection of STALE
entries, as well as when an interface is going down.  All other
transitions of interest at this time pass through FAILED.

Bug: 18581716
Bug: 21531726
Change-Id: Ib2a731dd6ad6ece478df6950d4cc7752588328a4
core/java/android/net/IpReachabilityMonitor.java