We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
errors thrown for unsigned integer originates in libyang side
Sorry, something went wrong.
I think changing the below line from int to unsigned int would fix this problem
int
unsigned int
bool kill_session(NetconfServiceProvider& provider, int session_id);
bool kill_session(NetconfServiceProvider& provider, unsigned int session_id);
CiscoDevNet#528
21ee793
Merge pull request #553 from ylil93/master
5c7608f
Fixed Github issues #538 #528
ylil93
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: