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

Commit fcc9a4f6 authored by Paul Hu's avatar Paul Hu Committed by Gerrit Code Review
Browse files

Merge "Fix ApfCapabilities, LinkAddress, RouteInfo, IpPrefix API issues."

parents 7c9849b7 d90d9b21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1389,8 +1389,8 @@ public class IpClient extends StateMachine {
            apfConfig.apfCapabilities = mConfiguration.mApfCapabilities;
            apfConfig.multicastFilter = mMulticastFiltering;
            // Get the Configuration for ApfFilter from Context
            apfConfig.ieee802_3Filter = ApfCapabilities.getApfDrop8023Frames(mContext);
            apfConfig.ethTypeBlackList = ApfCapabilities.getApfEthTypeBlackList(mContext);
            apfConfig.ieee802_3Filter = ApfCapabilities.getApfDrop8023Frames();
            apfConfig.ethTypeBlackList = ApfCapabilities.getApfEtherTypeBlackList();
            mApfFilter = ApfFilter.maybeCreate(mContext, apfConfig, mInterfaceParams, mCallback);
            // TODO: investigate the effects of any multicast filtering racing/interfering with the
            // rest of this IP configuration startup.