mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
Merge 8b051291f7 into fd34bda03f
This commit is contained in:
commit
0df4da2250
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ class NetmikoConnection(SSHConnection):
|
||||||
|
|
||||||
global_args = netmiko_device_globals.get(self.device.platform, {})
|
global_args = netmiko_device_globals.get(self.device.platform, {})
|
||||||
|
|
||||||
send_args = netmiko_device_send_args.get(self.device.platform, {})
|
send_args = {
|
||||||
|
"read_timeout": params.request_timeout,
|
||||||
|
**netmiko_device_send_args.get(self.device.platform, {}),
|
||||||
|
}
|
||||||
|
|
||||||
driver_kwargs = {
|
driver_kwargs = {
|
||||||
"host": host or self.device._target,
|
"host": host or self.device._target,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue