I have networks where devices don't have names only ip's. Current alphabet sort does not sort ip's nicely. They use text sorting instead of numerical sort. This is how they sort currently
10.10.10.1
10.10.10.11
10.10.10.2
instead of easy to follow order:
10.10.10.1
10.10.10.2
10.10.10.11
Add comment