Closed Kircheneer closed 2 months ago
As discussed on Slack I have renamed the parameter and added an initial set of tests.
Please approve CI workflow whenever possible. Thanks!
Looks to fix https://github.com/ktbyers/netmiko/issues/3479
Superseded by https://github.com/ktbyers/netmiko/pull/3494
Allow exceptions from structured data parsers to bubble up to the callers of
send_command
andsend_command_timing
. This is useful for example in conjunction withnornir_netmiko
, which currently can't fail tasks based on failed parsing, leading to successful tasks with garbage data.