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 f905f66efa
commit ef604be610
8 changed files with 463 additions and 87 deletions

View file

@ -56,7 +56,7 @@
/* clicon */
#include <clixon/clixon.h>
#include "snmp_mib_yang.h"
#include "snmp_register.h"
/* Command line options to be passed to getopt(3) */
#define SNMP_OPTS "hD:f:l:o:z"