Merge changes I97ba5903,Icd80b368 into rvc-dev
* changes: Make VpnProfile.maxMtu default value match Ikev2VpnProfile Add negotiated DNS servers to VPN config
This commit is contained in:
committed by
Android (Google) Code Review
commit
d3d72d4452
@@ -65,7 +65,7 @@ public class VpnProfileTest {
|
|||||||
assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty());
|
assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty());
|
||||||
assertFalse(p.isBypassable);
|
assertFalse(p.isBypassable);
|
||||||
assertFalse(p.isMetered);
|
assertFalse(p.isMetered);
|
||||||
assertEquals(1400, p.maxMtu);
|
assertEquals(1360, p.maxMtu);
|
||||||
assertFalse(p.areAuthParamsInline);
|
assertFalse(p.areAuthParamsInline);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user