1. 14 Aug, 2019 1 commit
    • Jean-Claude BAU's avatar
      Fix PPS missing issue · 9da6b498
      Jean-Claude BAU authored
      After around 36 hours, one PPS was missing. This was due to an issue in
      the WR extension. When the sequence id in the announce message was
      moving from 65535 to 0, the WR handshake was restarted. As a result of
      that, the side effects would be :
      - a missing PPS
      - an unlock of the PLL
      9da6b498
  2. 02 Aug, 2019 1 commit
    • Jean-Claude BAU's avatar
      Protect SNMP for read file access · 328b9f52
      Jean-Claude BAU authored
      Some scripts write to files to pass information to SNMP.
      To avoid read access failure from SNMP, the previous file is copied to a
      .old file then the new one is created.
      328b9f52
  3. 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
  4. 04 Jul, 2019 1 commit
  5. 03 Jul, 2019 3 commits
  6. 26 Jun, 2019 10 commits
  7. 25 Jun, 2019 6 commits
  8. 24 Jun, 2019 2 commits
  9. 21 Jun, 2019 1 commit
  10. 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
  11. 14 Jun, 2019 1 commit
  12. 12 Jun, 2019 4 commits
  13. 11 Jun, 2019 4 commits
  14. 07 Jun, 2019 2 commits
  15. 06 Jun, 2019 1 commit