Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes make a dramatic difference in my ability to scan all of my link tables with the fewest errors. I have also noticed that even regular day to day operations are must more efficient.
The changes basically:
I have not included any code for programatically resetting the hop counts for devices. I do this manually with user code right now. I agree with Michael that some sort of running average might be a solution, but I haven't out an implementation of this that makes sense yet. In the mean time I am just resetting my hop count at 4am to 0, this seems to work.
Merging these changes shouldn't be held up while waiting for a solution to resetting the hop count.