From ebdc44ff00d3ddae6f24a5d8b828266a7ab33af2 Mon Sep 17 00:00:00 2001 From: jakecoll Date: Tue, 19 Nov 2019 10:03:01 -0600 Subject: [PATCH] Add support for FN I/O Aggregator --- netmiko/ssh_dispatcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netmiko/ssh_dispatcher.py b/netmiko/ssh_dispatcher.py index e3aaf4cbe..16d8dd1ff 100755 --- a/netmiko/ssh_dispatcher.py +++ b/netmiko/ssh_dispatcher.py @@ -172,6 +172,7 @@ "cisco_xr": CiscoXrSSH, "cloudgenix_ion": CloudGenixIonSSH, "coriant": CoriantSSH, + "dell_fnioa": DellForce10SSH, "dell_dnos9": DellForce10SSH, "dell_force10": DellForce10SSH, "dell_os6": DellDNOS6SSH,