Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command checking of echo in _gen_rollback_cfg #26

Merged
merged 1 commit into from
Aug 24, 2020

Commits on Aug 21, 2020

  1. Fix command checking of echo in _gen_rollback_cfg

    Fix generated pattern for command "copy running-config ..." in
    _gen_rollback_cfg. The command has to be explicit in the full form
    "copy running-configuration ..." to avoid breakage when the command
    echo (which is full form in case of OS10 10.5.1.3) is compared with
    the short form patern and fails the check.
    
    The resulting exception was:
    netmiko.ssh_exception.NetmikoTimeoutException: Timed-out reading
    channel, data not available.
    tmshlvck committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    9897829 View commit details
    Browse the repository at this point in the history