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
Hi,
Would it be possible to add support for OperationType::RpcYang in the Context::parseOp()?
I just tried adding case OperationType::RpcYang: to the Context::parseOp and everything seems to work as it should, but I haven't tried to test it more.
Maybe also add RpcYang to DataNode::parseOp() for completeness, although I personally do not need this case.
The text was updated successfully, but these errors were encountered:
just to clarify - it seems that you already wrote that code, so please push what you have. The instructions for Gerrit are in the README, if you hit a problem, feel free to drop me a line or ping me over slack.
Hi,
Would it be possible to add support for
OperationType::RpcYang
in theContext::parseOp()
?I just tried adding
case OperationType::RpcYang:
to theContext::parseOp
and everything seems to work as it should, but I haven't tried to test it more.Maybe also add
RpcYang
toDataNode::parseOp()
for completeness, although I personally do not need this case.The text was updated successfully, but these errors were encountered: