Historique | Voir | Annoter | Télécharger (10,2 ko)
Fix review comments
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
arris-sb6183: Fix int32 wrapping in WebUI
When error counts wrap they are displayed as int32 and negative.Recast them to uint32 to fix math.
Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
Cleanup page decode
Fix flake warnings
Merge both SB6183 plugins
Add more error handling for bad status from modem
Address review comments
Fix spelling in comments
Add plugins for Arris Cable Modem SB6183
These are two seperate plugins because it's two differenturls it needs to hit, and this seemed simpler....