This repository has been archived by the owner on May 11, 2021. It is now read-only.
Non-sequential subnet IDs are improperly handled #19
Labels
stork
This problem is likely addressed with Stork. See https://github.com/isc-projects/stork
app.js lines 257-259:
Kea Administrator Reference documentation:
https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html#ipv4-subnet-id
The statistics code above doesn't account for non-sequential subnet IDs. This causes the code block to fail with the following error:
Recommend something like this instead:
Similar faulty logic is littered throughout routes/index.js as well, which results in the following web page error when navigating to the root site:
Cannotread property '0' of undefined
The text was updated successfully, but these errors were encountered: