summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-15 17:26:42 +0200
committerGitHub <noreply@github.com>2020-06-15 17:26:42 +0200
commit8193515fe6fefb9ca5b5d0f38f89745ad46a3682 (patch)
tree1ee33233725832c580c291187b8d6331a5942a92 /src
parent79bb346293e95f6eaeacf114bf32009196035fe7 (diff)
parent86d546cc7db4a4b997a63fb82575c771d0847d44 (diff)
downloadvyos-1x-8193515fe6fefb9ca5b5d0f38f89745ad46a3682.tar.gz
vyos-1x-8193515fe6fefb9ca5b5d0f38f89745ad46a3682.zip
Merge pull request #457 from thomas-mangin/T2599
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 []