Hi, I've pushed a 4.4.0 tag along with a couple of patches. You'll find:
- a number of bug fixes including workarounds net-snmpd problems, and playing nicely with restarts, - faster xml parsing using libxml - a better trap API - remove cstemplate for yaml as a templating language Here's a diffstat of the changes: $ git diff 4.3.9..4.4.0 --stat CMakeLists.txt | 46 ++- DADI-MIB | 66 ++++ DADI-MIB-TABLES | 73 +++++ bb_dumper.rb | 153 ++++----- c/dadi.c | 255 ++++++++++++--- c/dadi.h | 18 +- c/dadi_snmp.c | 31 +- c/dadi_snmp.h | 3 + c/dadi_snmp_tables.c | 28 +- c/dadi_snmp_trap.c | 4 +- dadi.rb | 26 +- example/test.c | 4 +- install.sh | 2 +- java/dadi-cgi.c | 2 +- js_dumper.rb | 12 +- node.rb | 7 +- perl_dumper.rb | 12 +- smi_parser.rb | 64 ++-- tmpl/bb.tmpl | 679 -------------------------------------- tmpl/bb.yaml | 880 ++++++++++++++++++++++++++++++++++++++++++++++++++ 20 files changed, 1477 insertions(+), 888 deletions(-) Thanks, Frederik
_______________________________________________ Tsp-devel mailing list Tsp-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tsp-devel