SNMP frontend: Generalized type handling for set functions

SPlit scalar_handler into get and set subfunctions
This commit is contained in:
Olof hagsand 2022-05-20 15:02:58 +02:00
parent 34fe439f53
commit ea03363c3a
8 changed files with 285 additions and 398 deletions

View file

@ -43,7 +43,7 @@ extern "C" {
/*
* Prototypes
*/
int clixon_snmp_mib_yangs(clicon_handle h);
int clixon_snmp_traverse_mibyangs(clicon_handle h);
#endif /* _SNMP_REGISTER_H_ */