android_system_core/libsysutils
Lorenzo Colitti 096fc5351f Parse IFA_F_* values above 0x80.
In RTM_NEWADDR messages, the first 8 flags are reported in the
ifa_flags field in struct ifaddrmsg, but flags above 0x80 are
reported in the IFA_FLAGS attribute. NetlinkEvent currently only
looks at ifa_flags, so it cannot see higher-value flags such as
IFA_F_STABLE_PRIVACY. Fix this by parsing the IFA_FLAGS
attribute.

Bug: 155005831
Test: makes new test in aosp/1295495 pass
Change-Id: I723f1106cbcea2186fc6452305942a0f8301fd2a
2020-05-10 11:36:59 +09:00
..
include/sysutils Refactor OWNERS files for Android Core Networking 2019-02-14 14:13:53 +08:00
src Parse IFA_F_* values above 0x80. 2020-05-10 11:36:59 +09:00
Android.bp Allow apexes to link against more libs 2020-02-14 10:41:15 -08:00
EventLogTags.logtags Add prefx to netlink failure and dispatchCommand overflow logs. 2014-04-29 13:16:26 -07:00