adjust to changes in map location am: 30a2d8232b am: 21b466f290 am: cc123a310d
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1557274 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic5df5006474ae5ece29b6240c36284e6bf0f2478
This commit is contained in:
committed by
Automerger Merge Worker
commit
eee7861b37
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user