Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b8e9a1c authored by Milim's avatar Milim Committed by android-build-merger
Browse files

Merge "Merge "Support IPv6 Bluetooth tethering" am: b4f69b3c am: fa2c8c57"...

Merge "Merge "Support IPv6 Bluetooth tethering" am: b4f69b3c am: fa2c8c57" into qt-dev-plus-aosp
am: ee1bcb6d

Change-Id: I9afc49e12df7a795760135080bea4b0f6f75736e
parents 5b7a8186 ee1bcb6d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.server.connectivity.tethering;

import android.net.ConnectivityManager;
import android.net.IpPrefix;
import android.net.LinkAddress;
import android.net.LinkProperties;
@@ -164,11 +163,6 @@ public class IPv6TetheringCoordinator {
    }

    private LinkProperties getInterfaceIPv6LinkProperties(IpServer ipServer) {
        if (ipServer.interfaceType() == ConnectivityManager.TETHERING_BLUETOOTH) {
            // TODO: Figure out IPv6 support on PAN interfaces.
            return null;
        }

        final Downstream ds = findDownstream(ipServer);
        if (ds == null) return null;