Hi Daan/Hugo,
Can you please cherry-pick following from 4.4-forward to 4.4: commit b85f687cd7f12cd14a1feeb80593ba55e05b2fa8 Author: Anshul Gangwar <anshul.gang...@citrix.com> Date: Wed May 14 13:18:41 2014 +0530 CLOUDSTACK-6663: Fixed Hyper-V agent fails to start on some setups. During startup agent tries to get nic info of 0.0.0.0. To get it, it iterates through all nics and return the last NIC in the list if it doesn't match with any IP address. In case last NIC doesn't have unicastAddress, Hyper-V agent will fail to start. We don't need IP address during initialization. It get initialized with startupcommand later. Thanks, Anshul