networktocode / netutils

Python library that is a collection of functions and objects for common network automation tasks.
https://netutils.readthedocs.io/
Other
214 stars 48 forks source link

Interface Sorting Issue #176

Open mzbroch opened 1 year ago

mzbroch commented 1 year ago

As a network engineer, I might want to sort my interfaces as they appear on the devices. This way, I could render my configuration easier and faster.

In this sense, interfaces in the Cisco configuration are listed in a non-alphabetical way and following rules are applied:

The current behaviour of sort_interface_list does not provide similar user experience

itdependsnetworks commented 1 year ago

Please look at this comment: https://github.com/networktocode/netutils/issues/37#issuecomment-898090634