internal netconf hello mechanism to obtain session-id

This commit is contained in:
Olof hagsand 2019-10-24 11:46:06 +02:00
parent 59825214f3
commit 44138c0071
14 changed files with 250 additions and 264 deletions

View file

@ -70,7 +70,6 @@ APPL = clixon_netconf
# Not accessible from plugin
APPSRC = netconf_main.c
APPSRC += netconf_hello.c
APPSRC += netconf_rpc.c
APPSRC += netconf_filter.c
APPOBJ = $(APPSRC:.c=.o)