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

Commit ef36b616 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use linkProperties.hasGlobalIpv6Address (lowercase one) instead for Mainline"

parents ca292291 c111ee11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1477,7 +1477,7 @@ public class DataConnection extends StateMachine {
                }

                for (InetAddress gateway : response.getGatewayAddresses()) {
                    int mtu = linkProperties.hasGlobalIPv6Address() ? response.getMtuV6()
                    int mtu = linkProperties.hasGlobalIpv6Address() ? response.getMtuV6()
                            : response.getMtuV4();
                    // Allow 0.0.0.0 or :: as a gateway;
                    // this indicates a point-to-point interface.