Skip to content

Commit

Permalink
Fixed pyIOSXR XML mode timeout due to Netmiko cmd_verify (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
melewitz authored Apr 30, 2020
1 parent e021fab commit 712bb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions napalm/pyIOSXR/iosxr.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def open(self):
port=self.port,
username=self.username,
password=self.password,
global_cmd_verify=False,
**self.netmiko_kwargs
)
self.device.timeout = self.timeout
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jinja2
netaddr
pyYAML
pyeapi>=0.8.2
netmiko>=3.0.0
netmiko>=3.1.0
junos-eznc>=2.2.1
ciscoconfparse
scp
Expand Down

0 comments on commit 712bb7f

Please sign in to comment.