Skip to content

mini-snmpd v1.7

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:54
v1.7
6894e33

Changes

  • Add support for ethtool interface statistics on Linux, configurable
    per interface from an ethtool section in the .conf file, by Bjørn Mork
  • Add namespace-based smoke tests, enabled with --enable-test and run
    with make check, plus a GitHub Actions workflow to run them on CI

Fixes

  • Fix musl build failure caused by struct sysinfo redefinition
  • Fix #28: build failure on macOS; the Linux-only -I/bind-to-device
    support is now gated on __linux__ instead of #ifndef __FreeBSD__
  • Fix #31: memory leak when realloc() fails encoding an OCTET STRING
  • Harden SNMP packet parser: reject length underflow in decode_str(),
    decode_oid(), and decode_ptr()