* NETCONF Call Home Call Home RFC 8071

* Solution description using openssh and utility functions, no changes to core clixon
  * Example: test/test_netconf_ssh_callhome.sh
  * RESTCONF Call home not done
This commit is contained in:
Olof hagsand 2021-02-04 11:19:23 +01:00
parent 40008f182e
commit 73414e2ece
6 changed files with 466 additions and 23 deletions

View file

@ -90,6 +90,8 @@ ifdef with_restconf
APPSRC += clixon_util_stream.c # Needs curl
endif
APPSRC += clixon_util_socket.c
APPSRC += clixon_netconf_ssh_callhome.c
APPSRC += clixon_netconf_ssh_callhome_client.c
#APPSRC += clixon_util_ssl.c
#APPSRC += clixon_util_grpc.c