ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.62k stars 1.31k forks source link

Bugfix Graceful exit command #3468

Closed Tonygratta closed 3 months ago

Tonygratta commented 3 months ago

MikroTik uses 'quit' comand instead of 'exit' in order to terminate session, so 'cleanup' function has been overridden to adjust its behavior.