commit | c484acc210b285c4f31ccb85c120a2b17558a52c | [log] [tgz] |
---|---|---|
author | Mark Chien <markchien@google.com> | Tue Oct 13 13:42:29 2020 +0000 |
committer | Mark Chien <markchien@google.com> | Tue Oct 13 13:48:54 2020 +0000 |
tree | 4f4fa868703df0a9edb37e4d2189982f09a546d3 | |
parent | 72c41516169877b7df7050d0cd0d91cfe45cd2f6 [diff] |
Allow tethering pick prefix from all of private address range Currently tethering only pick prefix from 192.168.0.0/16. There is no aviable tethering address if the upstream address is 192.168.x.y/16. This change allow tethering to pick prefix from any private address rnages. Now it still pick from 192.168.0.0/16 only to avoid behavior change. Will have follow up commit to change the configuration. Bug: 166057846 Bug: 170265597 Test: atest TetheringTests atest CtsTetheringTest Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1436852 Change-Id: I008d5e5902a0fb41ac564c73f265e1c942c8dcad Merged-In: Ib6304eb8b4788e9196d0af48e72f00a6bda73a5f (cherry picked from commit 5a60d621055df9721b2206702d6e5f482f175fa7)