1. 31 Aug, 2015 1 commit
    • Adam Wujek's avatar
      userspace/snmpd: split wrsTimingStatus_data_fill into several functions · 6a3f740f
      Adam Wujek authored
      There was a bug in wrsTimingStatus_data_fill that even if not all of the
      wrsPtpDataTable_data_fill, wrsSpllStatus_data_fill or
      wrsPortStatusTable_data_fill were updated all objects in the
      wrsTimingStatusGroup were updated. As a side effect it may happen that all
      prev_ values were compared with exactly the same set of data (since there was
      no update in particular data). By this delta were zero and wrong value was set.
      
      The bug may be hit when snmp requests rate is lower than snmpd's cache timeout.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      6a3f740f
  2. 28 Aug, 2015 4 commits
  3. 27 Aug, 2015 5 commits
  4. 26 Aug, 2015 6 commits
  5. 25 Aug, 2015 1 commit
    • Adam Wujek's avatar
      userspace/snmpd: remove protocol from wrsConfigSource object · a51052af
      Adam Wujek authored
      NOTE: This commit brings non compatible changes into MIB. It should never
      happen after release!
      
      Change wrsConfigSource to inform whether dot-config source was local or remote.
      Before it contained also information about remote protocol.
      Now information from wrsConfigSource, wrsConfigSourceHost and
      wrsConfigSourceFilename is stored in wrsConfigSourceUrl.
      
      wrsRestartReasonMonit is moved into place where wrsConfigSourceFilename was
      before.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      a51052af
  6. 24 Aug, 2015 13 commits
  7. 21 Aug, 2015 9 commits
  8. 20 Aug, 2015 1 commit