diff --git a/nautobot_chatops/integrations/ipfabric/worker.py b/nautobot_chatops/integrations/ipfabric/worker.py index 89544646..9f4ab94f 100644 --- a/nautobot_chatops/integrations/ipfabric/worker.py +++ b/nautobot_chatops/integrations/ipfabric/worker.py @@ -564,7 +564,7 @@ def pathlookup_icmp(dispatcher, src_ip, dst_ip, icmp_type): # pylint: disable=t """Path simulation diagram lookup between source and target IP address.""" sub_cmd = "pathlookup-icmp" icmp_type = icmp_type.upper() if isinstance(icmp_type, str) else icmp_type - icmp_types = [(icmp_type_name.upper(), icmp_type_name) for icmp_type_name in icmp.__all__] + icmp_types = sorted([(icmp_type_name.upper(), icmp_type_name) for icmp_type_name in icmp.__all__]) # identical to dialog_list in end-to-end-path; consolidate dialog_list if maintaining both cmds dialog_list = [