Skip to content
New issue

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

clixon_netconf does not respond to hello #136

Closed
shmuelhazan opened this issue Sep 8, 2020 · 4 comments
Closed

clixon_netconf does not respond to hello #136

shmuelhazan opened this issue Sep 8, 2020 · 4 comments
Labels

Comments

@shmuelhazan
Copy link
Contributor

Currently running:

clixon_netconf 
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability></capabilities></hello>]]>]]>

Does not yield any response.

get-config rpc seems to work fine. From quick -D3 lookup, looks like clixon gets the data properly:

Dec 12 20:38:05: netconf_input_packet: "<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability></capabilities></hello>"
@shmuelhazan
Copy link
Contributor Author

@shmuelnatan FYI

@shmuelnatan
Copy link
Contributor

The problem is caused by having <CLICON_MODULE_LIBRARY_RFC7895>false</CLICON_MODULE_LIBRARY_RFC7895> in the configuration XML file.

olofhagsand added a commit that referenced this issue Sep 8, 2020
  * The error showed only when CLICON_MODULE_LIBRARY_RFC7895 was disabled.
@olofhagsand olofhagsand added the bug label Sep 8, 2020
@olofhagsand
Copy link
Member

Clicon netconf should now issue an hello also when RFC7895 is not loaded.
Please verify.

@shmuelnatan
Copy link
Contributor

I verified it, and it works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants