mirage / charrua

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

Adapt unix/charruad to newer cmdliner. #117

Closed haesbaert closed 2 years ago

haesbaert commented 2 years ago

Syntax changed, so also constrict cmdliner version to >= 1.1.0

haesbaert commented 2 years ago

I'm also piggybacking the ip random change here, should be a no brainer.

hannesm commented 2 years ago

since it is only a single packet, the IP id is really irrelevant (and you can also leave it as 0) -- or am I mistaken?