Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update encoding to text for ssh transport
Tested on ssh transport on 4.28 EOS with ssh transport. When you run confirm_commit on ssh transport, napalm produces invalid syntax to commit the config without 'text' encoding. LOGS: DEBUG:netmiko:write_channel: b'configure session napalm_142144 commit | json\n' DEBUG:netmiko:read_channel: DEBUG:netmiko:read_channel: configure session napalm_142144 commit | json % Invalid input This PR is to address this issue.
- Loading branch information