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

Add optional arguments support to IOSXR NETCONF driver #1535

Merged
merged 3 commits into from
Feb 12, 2022
Merged

Add optional arguments support to IOSXR NETCONF driver #1535

merged 3 commits into from
Feb 12, 2022

Conversation

OsirisS13
Copy link
Contributor

@OsirisS13 OsirisS13 commented Dec 20, 2021

Added support for optional args to isoxr_netconf.py driver to solve Issue #1394 ( IOSXR_NETCONF: Certain SSH arguments not supported). Optional arguments are used as supplied, as passing through the netmiko_args() function in netmiko_helpers for some reason removed some supplied (particularly 'hostkey_verify': False, 'look_for_keys': False) arguments, and I'm not able to work out why

Added the ability to pass in optional arguments to the iosxr_netconf driver.  Note these are used as supplied and not passed through the netmiko_helpers base function.
@mirceaulinic mirceaulinic added this to the 3.4.0 milestone Feb 12, 2022
@mirceaulinic mirceaulinic merged commit 0509b9f into napalm-automation:develop Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants