Commit Graph

4 Commits

Author SHA1 Message Date
Andrew 9d6c80b75d
Merge 3ddd635b0a into 2a99c2db9d 2025-02-13 15:59:08 +01:00
Cameron Fleming 2a99c2db9d
fix(net): stop dhcp client and release all v4 addr on linkdown (#16)
This commit fixes jetkvm/kvm#12 by disabling the udhcpc client when the
link goes down, it then removes all the active IPv4 addresses from the
deivce.

Once the link comes back up, it re-activates the udhcpc client so it can
fetch a new IPv4 address for the device.

This doesn't make any changes to the IPv6 side of things yet.
2025-02-13 15:41:10 +01:00
apalrd 3ddd635b0a Restart mDNS every time the connection information changes 2025-02-13 03:18:43 +00:00
Adam Shiervani 20780b65db Release 202412292127 2024-12-29 21:27:42 +01:00