Skip to content
  • Beniamino Galvani's avatar
    dhcp: introduce terminated dhcp-state · 0a25b908
    Beniamino Galvani authored
    When the client terminates, we really don't care if it exited cleanly,
    with an error or killed by a signal. We expect the client to never
    exit and so all these situations are equally bad for us. Introduce a
    new TERMINATED state instead of reusing existing FAIL or DONE states,
    which are set when receiving particular events from the client.
    0a25b908