napalm-automation / napalm-ios

Apache License 2.0
31 stars 40 forks source link

napalm_install_config using replace operation is always transfering file on IOS #145

Closed ktbyers closed 6 years ago

ktbyers commented 7 years ago

This is causing the operation to be very slow on no change (as inline transfer for full replace is slow).

I think this is because the current running config is saved to flash:candidate_config.txt at a certain point and contains the 'file prompt quiet' command (which causes it to be different from the file that is being pushed).

mirceaulinic commented 6 years ago

Moved to https://github.com/napalm-automation/napalm/issues/457