<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/mini_snmpd, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>net: mini_snmpd: Enable ethtool statistics</title>
<updated>2025-06-08T08:52:57Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2025-03-01T12:33:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a73fbd3478765e540c943d53b7267b448ecb6df8'/>
<id>urn:sha1:a73fbd3478765e540c943d53b7267b448ecb6df8</id>
<content type='text'>
Been waiting more than 4 years for a release with this..  Let's stop
waiting and switch to the now 4 year old HEAD of the main branch.

Many DSA switches will not produce useful statistics in the
/proc/net/dev file used by default. It contains interfaces counters
associated with the DSA slave ports, which counts traffic between the
external ports and the CPU port. The usual expectation from snmp
on a switch is that it returns the actual switched traffic per port.
This is often exported using driver specific or phy specific ethtool
counters.

This update brings the ability to pull the per port snmp counters from
configurable ethtool counters.

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>net: mini_snmpd: Support more than 8 ports</title>
<updated>2025-06-08T08:52:57Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2025-02-28T18:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=21ffe88c57c2e50bc3463cdfe614528f5b85284f'/>
<id>urn:sha1:21ffe88c57c2e50bc3463cdfe614528f5b85284f</id>
<content type='text'>
The implementation of mini_snmpd is based on a number of fixed size arrays
for simplicity and efficiency.  This limits the number of ports which can
be monitored.  The default is as low as 8, which makes the package
unsuitable for many switches.

Make the size of these arrays a build time configuration add some package
variants for switches or other devices with more than 8 ports

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>mini_snmpd: trim trailing spaces</title>
<updated>2022-11-04T20:10:22Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-11-02T13:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3d98f91fe2b5daa2c5a4c0b7270dc937389ed9df'/>
<id>urn:sha1:3d98f91fe2b5daa2c5a4c0b7270dc937389ed9df</id>
<content type='text'>
Found with modified Kconfiglib.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>mini_snmpd: fix spurious version bump to 1.6</title>
<updated>2021-02-22T12:12:16Z</updated>
<author>
<name>Marcin Jurkowski</name>
</author>
<published>2021-02-21T18:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=761bdd74eaf9677142122ec9984aeaa6beb92ca0'/>
<id>urn:sha1:761bdd74eaf9677142122ec9984aeaa6beb92ca0</id>
<content type='text'>
Fixes spurious version bump done in 5c8fb42 and reported in #14815 and
switches source proto from git to codeload.

Upstream has changed daemon binary name to `/usr/sbin/mini-snmpd`.
Package and config/init script name stays unchanged.

Signed-off-by: Marcin Jurkowski &lt;marcin1j@gmail.com&gt;
</content>
</entry>
<entry>
<title>mini_snmpd: Fix minor nit in the init script</title>
<updated>2021-01-30T23:23:25Z</updated>
<author>
<name>Marcel Telka</name>
</author>
<published>2021-01-30T23:17:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e4ac1a9d4654ba2fe1bdd3f88cd74780bace407'/>
<id>urn:sha1:2e4ac1a9d4654ba2fe1bdd3f88cd74780bace407</id>
<content type='text'>
This removes extra ] from grep invocation in append_interface().

Signed-off-by: Marcel Telka &lt;marcel@telka.sk&gt;
</content>
</entry>
<entry>
<title>mini_snmpd: update to 1.6</title>
<updated>2020-09-19T09:43:25Z</updated>
<author>
<name>Marcin Jurkowski</name>
</author>
<published>2020-09-17T16:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5c8fb42d8e10d7197036a5357e73375d872e644c'/>
<id>urn:sha1:5c8fb42d8e10d7197036a5357e73375d872e644c</id>
<content type='text'>
Signed-off-by: Marcin Jurkowski &lt;marcin1j@gmail.com&gt;
</content>
</entry>
<entry>
<title>mini_snmpd: Add sysDescr option.</title>
<updated>2020-05-14T19:18:48Z</updated>
<author>
<name>Robert von Könemann</name>
</author>
<published>2020-05-09T12:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3bd11c3751880ead35b0f1735e24ec074e02a6a0'/>
<id>urn:sha1:3bd11c3751880ead35b0f1735e24ec074e02a6a0</id>
<content type='text'>
Some monitoring tools will run into errors when sysDescr field is empty. This was the case for cacti 1.2.8 that i'm using to monitor my network. Ideally the sysDescr field would contain some information from the overview of luci, e.g. the Model, Firmware and Kernel-Version fields, but i am stranger to OpenWRT, so I'm unable to do that.

Signed-off-by: Robert von Könemann &lt;lordtaifleh@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Use default PKG_BUILD_DIR when possible</title>
<updated>2019-10-12T18:01:34Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-10-12T17:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=53e1692ae91b1b5fc59a7e8ab7fb98f8775eb4b6'/>
<id>urn:sha1:53e1692ae91b1b5fc59a7e8ab7fb98f8775eb4b6</id>
<content type='text'>
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
</feed>
