-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- *BREAKING CHANGE*: modify `send_interact` to just make more sense in general... now it supports 1->N "events" to interact with -- see the "handling prompts" section of README for updated example - Moved `record_response` of `Response` object to be a private method, shouldn't really be needed publicly - Moved `authenticate` and `isauthenticated` methods of ssh2/paramiko transports to private methods - Add `auth_bypass` option to ignore ssh auth for weird devices such as Cisco WLC -- currently only supported on system transport. - Bump timeout_transport up to 10 seconds after finding some issues for some users. - Add example for "non-standard" device type (Cisco WLC) demo-ing the auth_bypass, custom on_open method, custom comms_prompt_pattern and just general non-standard device stuff. - Add option (and make it the default) to have textfsm data returned in list of dict form with the headers being the keys and of course the row values as the values, should be much nicer on the eyes this way! - Added terminal width settings for the core drivers to set things as wide as possible so long commands don't have issues - Teeny tiny improvements that may make things a tick faster in Channel by using str methods instead of re - Create a draft of public api status doc -- this should be useful on a quick glance to see if/when any public methods change, obviously as development simmers down things should be stable but inevitably stuff *will* change, so the goal here is to just document when methods were introduced and the last time they were changed - Move some imports around so that scrapli works on windows (with paramiko/ssh2 transports)
- Loading branch information
1 parent
b042975
commit 2c6e5d9
Showing
61 changed files
with
2,294 additions
and
1,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.