Skip to content

Commit 0f52bc4

Browse files
committed
closes #268: fix issue with mikrotik commands
1 parent e075131 commit 0f52bc4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

hyperglass/execution/drivers/ssh_netmiko.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
"mikrotik_switchos": {"global_cmd_verify": False},
3030
}
3131

32-
netmiko_device_send_args = {
33-
# Netmiko doesn't currently handle the Mikrotik prompt properly, see
34-
# ktbyers/netmiko#1956
35-
"mikrotik_routeros": {"expect_string": r"\S+\s\>\s$"},
36-
"mikrotik_switchos": {"expect_string": r"\S+\s\>\s$"},
37-
}
32+
netmiko_device_send_args = {}
3833

3934

4035
class NetmikoConnection(SSHConnection):

0 commit comments

Comments
 (0)