boxine / demodhcpd

Debugging & testing DHCP server written in Python
6 stars 1 forks source link

Add automatic address calculation #2

Open phihag opened 6 years ago

phihag commented 6 years ago

It would be nice to simplify --ip-range, --my-ip, and --netmask-length, so that one could pass in -r 10.123.45.0/24 (where -r is short for --ip-range) and everything (including netmask) gets autocalculated.