mirage / charrua

A DHCP library in OCaml
http://mirage.github.io/charrua/
ISC License
55 stars 18 forks source link

dhcp does not answer with correct ClientId #84

Closed lynxis closed 3 years ago

lynxis commented 6 years ago

When using dhcpcd on archlinux to retrieve an address from the mirage dhcp server. The server does not respond with the correct ClientId. dhcpc send CliendId with type 0xff, mirage server answer with CliendId with type 0x00

lynxis commented 5 years ago

doesn't work yet. works for me, but for other client id == type 0x0 it's broken.

lynxis commented 5 years ago

Fixed by #98

hannesm commented 3 years ago

now that #98 is merged, this can be closed.