platform_system_core/libsysutils
Lorenzo Colitti ef6454d3d3 Tolerate RTM_DELADDR messages from deleted interfaces.
When an interface is deleted (which can happen, for example, to
the tun interfaces used for VPN and 464xlat), the kernel sends
RTM_DELADDR messages for all its IP addresses.

Currently we ignore these because we cannot fetch the interface
name. Instead, pass them up with an empty interface name so that
NetlinkHandler can do something useful for them, such as destroy
connections on the IP addresses that are being deleted.

Bug: 26976388
Change-Id: I2ced7e389228f9d665d0a87d97bd3452c8c0c98b
2016-02-16 23:12:26 +09:00
..
src Tolerate RTM_DELADDR messages from deleted interfaces. 2016-02-16 23:12:26 +09:00
Android.mk Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile 2015-01-24 07:02:50 +00:00
EventLogTags.logtags Add prefx to netlink failure and dispatchCommand overflow logs. 2014-04-29 13:16:26 -07:00