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

Commit d861765f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I2292c1cb,I8f60c137 into rvc-dev am: 1115ecda am: f4e7d32a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11907887

Change-Id: I56b761cf4c35b0f7a84ad210735471ca3d30038d
parents ebc04eff f4e7d32a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -860,6 +860,7 @@ public class IpServerTest {
        verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer);
        verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighA, macA));
        verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighB, macB));
        verify(mIpNeighborMonitor).stop();
        resetNetdAndBpfCoordinator();
    }