adjust to changes in map location am: 30a2d8232b am: 21b466f290

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1557274

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie28928a967344de4d10aa4cbf48974b4adab7b4d
This commit is contained in:
Maciej Żenczykowski
2021-01-22 05:38:59 +00:00
committed by Automerger Merge Worker

View File

@@ -74,11 +74,11 @@ public class BpfCoordinator {
private static final String TAG = BpfCoordinator.class.getSimpleName();
private static final int DUMP_TIMEOUT_MS = 10_000;
private static final String TETHER_DOWNSTREAM6_FS_PATH =
"/sys/fs/bpf/map_offload_tether_downstream6_map";
"/sys/fs/bpf/tethering/map_offload_tether_downstream6_map";
private static final String TETHER_STATS_MAP_PATH =
"/sys/fs/bpf/map_offload_tether_stats_map";
"/sys/fs/bpf/tethering/map_offload_tether_stats_map";
private static final String TETHER_LIMIT_MAP_PATH =
"/sys/fs/bpf/map_offload_tether_limit_map";
"/sys/fs/bpf/tethering/map_offload_tether_limit_map";
@VisibleForTesting
enum StatsType {