Skip to content

Commit 665edbd

Browse files
authored
Merge pull request #27 from MuLinForest/202311.X-Fix_TestShowVrf
Fix the unit test error for TestShowVrf
2 parents d576922 + a5712ab commit 665edbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

show/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ def vrf(vrf_name):
351351
body.append([vrf, ""])
352352
else:
353353
intfs = intfs_dict[vrf]
354+
intfs = natsorted(intfs)
354355
body.append([vrf, intfs[0]])
355356
for intf in intfs[1:]:
356357
body.append(["", intf])

0 commit comments

Comments
 (0)