arp-client#

An ARP resolver running on the guest's own Ethernet layer. It broadcasts a who-has request and reports the hardware address from the reply.
This is the smallest example of using Mirage_eio.Arp directly. It is useful
when an appliance needs link-layer discovery without constructing an IP stack.
Run it directly with a link-local target:
dune exec unikernel-arp-client -- \
--ipv4-gateway 10.0.0.1 --target 10.0.0.1