Based on a discussion regarding storing duplicate values in leaf-lists make sure that the following code does not insert multiple values in the alarm-inventory. I am afraid it does.
|
utils::addResourceToAlarmInventoryEntry(m_session, ALARM_SENSOR_MISSING, std::nullopt, resource); |
Based on a discussion regarding storing duplicate values in leaf-lists make sure that the following code does not insert multiple values in the alarm-inventory. I am afraid it does.
velia/src/ietf-hardware/sysrepo/Sysrepo.cpp
Line 133 in 26b3821