1. 25 Jul, 2019 1 commit
    • Maciej Lipinski's avatar
      SNMP: fixed/updated wrsPtpDataTable · 76e42cca
      Maciej Lipinski authored
      The fields in this table were not really filled in after
      substantial changes to the PPSi architecture regarding
      servo (HA-related). Filling in of the fields in this
      table had to be redone. This commit fixes filling in
      most of the fields that were field before. There are still
      some fields that are not filled in, tbd.
      76e42cca
  2. 24 Jul, 2019 2 commits
  3. 23 Jul, 2019 2 commits
  4. 22 Jul, 2019 8 commits
  5. 12 Jul, 2019 2 commits
    • Maciej Lipinski's avatar
      [issue #11] Prevent static MAC entries from removing by dynamic entires · 51d8270e
      Maciej Lipinski authored
      If a static entry is in the HASH table, this is for a reason. In the
      very unlikely event, when the same MAC is seen on another port,
      the static entry should not be overriden by the learned (dynamic).
      This was not the case. This commit prevents static MAC entries
      from being overriden by dynamic entries.
      51d8270e
    • Maciej Lipinski's avatar
      [issue #8] Avoid locking already locked shmem · 2056e517
      Maciej Lipinski authored
      Shmem is locked for the entire execution of the rtu_fd_init()
      function. Yet, this function call few clean_*() functions that
      attempt to lock shmem before cleaning... this caused shmem
      errors. It was fixed by specifying input parameter to clean_*()
      functions. The parameter specifies whether locking is required
      or not.
      2056e517
  6. 04 Jul, 2019 1 commit
  7. 03 Jul, 2019 3 commits
  8. 26 Jun, 2019 10 commits
  9. 25 Jun, 2019 6 commits
  10. 24 Jun, 2019 2 commits
  11. 21 Jun, 2019 1 commit
  12. 19 Jun, 2019 1 commit
    • Jean-Claude BAU's avatar
      wrs_build_all: Exit on error · 40a1389c
      Jean-Claude BAU authored
      Having just a small message indicating that a build error has been
      detected at the end of the script is not sufficient. The tarball is
      created but is invalid and might be used.
      Now, when an error is detected the build procedure is immediately
      aborted. The tarball is not then created.
      40a1389c
  13. 14 Jun, 2019 1 commit