net: mini_snmpd: Support more than 8 ports
authorBjørn Mork <redacted>
Fri, 28 Feb 2025 18:20:03 +0000 (19:20 +0100)
committerHannu Nyman <redacted>
Sun, 8 Jun 2025 08:52:57 +0000 (11:52 +0300)
commit21ffe88c57c2e50bc3463cdfe614528f5b85284f
treeb942143740b02c8ce5b1972c12824ec8e3ff4f1d
parentadeaf14c2d2ada01141bcc24af08f2b1576605cf
net: mini_snmpd: Support more than 8 ports

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 <redacted>
net/mini_snmpd/Makefile
net/mini_snmpd/patches/0001-make-MAX_NR_INTERFACES-configurable.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT