SNMP Agent plugin: Fix - not every OID is unregistered from snmp table
authorMozejko, MarcinX <marcinx.mozejko@intel.com>
Tue, 27 Feb 2018 09:54:13 +0000 (09:54 +0000)
committerMozejko, MarcinX <marcinx.mozejko@intel.com>
Mon, 4 Jun 2018 15:14:47 +0000 (08:14 -0700)
commit1df1a595017f4adfd159f7a923a721a2e83fd682
tree83ee137acaea6b31e78a3930c21983401aab3e6c
parent362764225ae3d22ed9a14e27bf95ad762bae8adb
SNMP Agent plugin: Fix - not every OID is unregistered from snmp table

Problem occures when a metric has more than one OID assigned. Then,
during the table unregistration, plugin thinks that there are some OIDs
left in the table and keeps index keys also registered. It's because
plugin registers all the OIDs for the particular metric, but unregisters only
the first one which is wrong.

Change-Id: I6daae1ceeebf30b98f22075940b29936ee3d110d
Signed-off-by: Mozejko, MarcinX <marcinx.mozejko@intel.com>
src/snmp_agent.c