device: don't require a hardware address for DHCPv6
DHCPv4 requires a hardware address, while DHCPv6 does not. Anyway, the DHCP manager already checks that an address is available when needed, so drop the check here. Fixes: 58287cbc ('core: rework IP configuration in NetworkManager using layer 3 configuration') !1228