rackn / digitalrebar-ux

Angular User Interface for Digital Rebar
Other
2 stars 7 forks source link

Network range editor need to handle the four DHCP options #318

Open galthaus opened 7 years ago

galthaus commented 7 years ago

The network range now supports: "allow_anon_leases": true, "allow_bound_leases": false, "anon_lease_time": 60, "bound_lease_time": 2.592e+06,

These are used to tell the DHCP server what and how long things should operation. Lease times are in seconds and should not be less that 15 seconds.

galthaus commented 7 years ago

Lease times are only valid if the boolean is true.

galthaus commented 7 years ago

Should also not use floats but it seems to be coming from the core. The spec uses integer seconds.

galthaus commented 7 years ago

Reopen- #342 adds these to networks and they should be added to network range.