Merge commit 'a3d7e61812f8d68ca109280c4e7589e4f968723a' into HEAD
diff --git a/java/com/android/server/ethernet/EthernetNetworkFactory.java b/java/com/android/server/ethernet/EthernetNetworkFactory.java
index bbb99d8..0c4f57d 100644
--- a/java/com/android/server/ethernet/EthernetNetworkFactory.java
+++ b/java/com/android/server/ethernet/EthernetNetworkFactory.java
@@ -166,6 +166,7 @@
     private void setInterfaceUp(String iface) {
         // Bring up the interface so we get link status indications.
         try {
+            NetworkUtils.stopDhcp(iface);
             mNMService.setInterfaceUp(iface);
             String hwAddr = null;
             InterfaceConfiguration config = mNMService.getInterfaceConfig(iface);