dhcp: Add CLIENTID request to dhcpcd service

BUG: b/7175187

Change-Id: If47dda21dbd4e983bf5f0e3afdecf25fda2d7443
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/init.manta.rc b/init.manta.rc
index 3d968e4..4a908c6 100644
--- a/init.manta.rc
+++ b/init.manta.rc
@@ -98,7 +98,7 @@
     disabled
     oneshot
 
-service dhcpcd_wlan0 /system/bin/dhcpcd -aABKL
+service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
     class main
     disabled
     oneshot
@@ -108,7 +108,7 @@
     disabled
     oneshot
 
-service dhcpcd_eth0 /system/bin/dhcpcd -ABKL
+service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
     class main
     disabled
     oneshot