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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: