SNMP frontend, restructure files

Split snmp_mib_yang.c into: snmp_register.[ch] and snmp_handler.[ch]
This commit is contained in:
Olof hagsand 2022-05-19 16:01:25 +02:00
parent 0cf87c75a9
commit 34fe439f53
8 changed files with 463 additions and 87 deletions

View file

@ -84,7 +84,8 @@ APPL = clixon_snmp
# Common source - not accessible from plugin - independent of restconf package (fcgi|native)
APPSRC =
APPSRC += snmp_main.c
APPSRC += snmp_mib_yang.c
APPSRC += snmp_register.c
APPSRC += snmp_handler.c
APPSRC += snmp_lib.c
APPOBJ = $(APPSRC:.c=.o)