You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Helpfully the QFabric responds with two child elements for the "show system core-dumps" command. This breaks existing implementation of Netconf::Transport#rpc_exec which returns just the first child element.
I will submit a pull request that updates Netconf::Transport#rpc_exec to return all child elements. This should not break existing behaviour, while supporting multi-child elements replies.
Helpfully the QFabric responds with two child elements for the "show system core-dumps" command. This breaks existing implementation of Netconf::Transport#rpc_exec which returns just the first child element.
I will submit a pull request that updates Netconf::Transport#rpc_exec to return all child elements. This should not break existing behaviour, while supporting multi-child elements replies.