diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-06-15 16:22:02 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-06-15 16:22:02 +0100 |
commit | 86d546cc7db4a4b997a63fb82575c771d0847d44 (patch) | |
tree | 8d99e4216f27b66e54067fb3f3cad6cac36e3133 /src/op_mode/show_interfaces.py | |
parent | d119be2a5d9f58f1823f305db2e425850f1aee70 (diff) | |
download | vyos-1x-86d546cc7db4a4b997a63fb82575c771d0847d44.tar.gz vyos-1x-86d546cc7db4a4b997a63fb82575c771d0847d44.zip |
ifconfig: T2599: sort interface by natural order
Diffstat (limited to 'src/op_mode/show_interfaces.py')
-rwxr-xr-x | src/op_mode/show_interfaces.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/op_mode/show_interfaces.py b/src/op_mode/show_interfaces.py index 2f0f8a1c9..ebb3508f0 100755 --- a/src/op_mode/show_interfaces.py +++ b/src/op_mode/show_interfaces.py @@ -55,7 +55,6 @@ def filtered_interfaces(ifnames, iftypes, vif, vrrp): return an instance of the interface class """ allnames = Section.interfaces() - allnames.sort() vrrp_interfaces = VRRP.active_interfaces() if vrrp else [] |