Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

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

Open
galthaus opened this issue Dec 16, 2016 · 3 comments
Open

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

galthaus opened this issue Dec 16, 2016 · 3 comments
Assignees

Comments

@galthaus
Copy link
Contributor

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
Copy link
Contributor Author

Lease times are only valid if the boolean is true.

@galthaus
Copy link
Contributor Author

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

@galthaus
Copy link
Contributor Author

galthaus commented Jan 9, 2017

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

@galthaus galthaus reopened this Jan 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants