commit | ddcef1a928a0232fb0e0db50ea63db58668638df | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Thu May 16 15:47:24 2024 +0900 |
committer | Xiao Ma <xiaom@google.com> | Mon May 20 10:57:59 2024 +0900 |
tree | 364a6cd16688e5296e12cce894f828cee9ea895c | |
parent | 3deb4ae8c7bea92701175bacfa905fdcf64a4fee [diff] |
Refactor IpReachabilityMonitor#notifyLost callback by removing ip param. Actually the caller(IpClient) of notifyLost doesn't use IP address param at all, and also we should log the IP address in neighbor netlink event when a neighbor is lost rather than the IP address iterated in the watchlist. So refactor the callback signature by cleaning up the IP address param. Bug: 329009735 Test: atest NetworkStackTests Change-Id: Ic80f3f28893bc3923d20e6a9d6c77261664510a9