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
We want the netconf client to accept callhome from netconf server. This call home from netconf server will have same IP but different ports for each request.
wanted to know if libnetconf accepts/supports callhome from same IPs+different port combination.
The text was updated successfully, but these errors were encountered:
Yes, just call nc_client_ssh_ch_add_bind_listen() repeatedly with whatever IP/ports you want to listen on and once you call nc_accept_callhome(), a connection made on any of the binds should be accepted.
Hello,
We want the netconf client to accept callhome from netconf server. This call home from netconf server will have same IP but different ports for each request.
wanted to know if libnetconf accepts/supports callhome from same IPs+different port combination.
The text was updated successfully, but these errors were encountered: