summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-06-15 16:22:02 +0100
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-06-15 16:22:02 +0100
commit86d546cc7db4a4b997a63fb82575c771d0847d44 (patch)
tree8d99e4216f27b66e54067fb3f3cad6cac36e3133 /src
parentd119be2a5d9f58f1823f305db2e425850f1aee70 (diff)
downloadvyos-1x-86d546cc7db4a4b997a63fb82575c771d0847d44.tar.gz
vyos-1x-86d546cc7db4a4b997a63fb82575c771d0847d44.zip
ifconfig: T2599: sort interface by natural order
Diffstat (limited to 'src')
-rwxr-xr-xsrc/op_mode/show_interfaces.py1
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 []