mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-02 22:16:14 +00:00
Use the `with-cdhcpc` branch of charrua-client, which exposes `Dhcp_client_lwt`. Dhcp_client_lwt exposes similar functions to `Dhcp_client_mirage`, but does not impose the structure of a Mirage_types_lwt.ipv4_config on the returned object, rather returning the full lease; the engine can then expose whatever information from the lease it finds to be pertinent. Signed-off-by: Mindy Preston <mindy.preston@docker.com>