Files
linuxkit/projects/miragesdk/dhcp-client
Thomas Gazagnaire 56085a3e6c miragesdk: re-org source code
Split the bits which can be re-used in other services (e.g. init dance
and the server-side of the control path). `main.ml` now only contains what
is specific to the DHCP logic (+ the /caf directory).

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-03-28 14:42:02 +02:00
..
2017-03-28 14:42:02 +02:00
2017-03-28 14:42:02 +02:00
2017-03-28 14:42:02 +02:00

DHCP client using MirageOS

To debug/build, the enter-dev target will create a dev container where make dev will build and run the current state of the prototype:

make enter-dev
# now in the dev container
make dev

Documentation

See the general architecture document.