commit | 1ecd431a810457f1cafcf71e8573e8f47f2863de | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Tue Nov 14 12:30:52 2023 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Tue Nov 14 14:58:34 2023 +0900 |
tree | 429c78dbc000720cb5c36cf05545473dcccb88eb | |
parent | 9c1dc60c69cbb945da7cb4f7c93168b9b9aa89d3 [diff] |
Refactory the feature flag for ra lifetime filtering * Make the change default flagged off by using isFeatureEnabled instead of isFeatureNotChickenedOut. * Read the flag on boot (in IpClient constructor, at the same time as the config value) instead. * Make sure only call setIpv6Sysctl when the mUseNewApfFilter and mEnableIpClientIgnoreLowRaLifetime are both true. Bug: 308737632 Test: TH Change-Id: Ie221fba59a82fb9ce04bf67774ae1014ef3861d0