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 for junos cli_config replace option #62131

Merged
merged 2 commits into from Sep 13, 2019

Commits on Sep 11, 2019

  1. Fix for junos cli_config replace option

    *  For device that support replace option by loading
       configuration from a file on device `config` option
       is not required and value of `replace` option is the
       path of configuration file on device. This fix allows
       invoking run() function in cli_config if `config` option
       is None and `replace` option is not boolean
    
    *  The command to replace running config on junos device
       is `load override <filename>` and not `load replace <filename>`
       This is fixed in the junos cliconf plugin.
    ganeshrn committed Sep 11, 2019
    Copy the full SHA
    9059422 View commit details
    Browse the repository at this point in the history
  2. Add integration test

    ganeshrn committed Sep 11, 2019
    Copy the full SHA
    11729e2 View commit details
    Browse the repository at this point in the history