add allow_agent in netmiko arguments list

This commit is contained in:
rootmout
2023-11-12 11:46:32 +01:00
parent a5d3b94663
commit cb4d67a81a

View File

@@ -73,6 +73,7 @@ class VyOSDriver(NetworkDriver):
'alt_host_keys': False,
'alt_key_file': '',
'ssh_config_file': None,
'allow_agent': False,
}
fields = netmiko_version.split('.')