1. 16 Feb, 2024 1 commit
  2. 06 Feb, 2024 15 commits
  3. 04 Feb, 2024 1 commit
  4. 07 Jan, 2024 1 commit
    • Léo-Paul Géneau's avatar
      Run: print raised exception on stdout (#7) · d22fde73
      Léo-Paul Géneau authored
      - Run : Print on stdout the exception that occured to explicitely aware the user
      that a command failed.
      - Main : Add membership interface creation failure to error message when an
      exception is raised in `add_membership_interface` method
      d22fde73
  5. 25 Jun, 2022 1 commit
  6. 14 Apr, 2022 1 commit
  7. 10 Apr, 2022 2 commits
  8. 03 Apr, 2022 2 commits
  9. 28 Mar, 2022 2 commits
  10. 14 Feb, 2022 1 commit
  11. 01 Feb, 2022 1 commit
  12. 25 Jan, 2022 2 commits
    • Pedro Oliveira's avatar
      bump version · aaa9d6a6
      Pedro Oliveira authored
      aaa9d6a6
    • Léo-Paul Géneau's avatar
      Interface: fix drop_packet_type missing attribute (#8) · ab6ca07b
      Léo-Paul Géneau authored
      Fix the following error:
      
      ```
      Exception in thread Thread-4:
      Traceback (most recent call last):
        File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
          self.run()
        File "/usr/lib/python3.7/threading.py", line 1166, in run
          self.function(*self.args, **self.kwargs)
        File "/usr/local/lib/python3.7/dist-packages/pimdm/InterfacePIM.py", line 152, in send_hello
          self.send(packet.bytes())
        File "/usr/local/lib/python3.7/dist-packages/pimdm/InterfacePIM6.py", line 86, in send
          super().send(data=data, group_ip=group_ip)
        File "/usr/local/lib/python3.7/dist-packages/pimdm/InterfacePIM.py", line 113, in send
          if self.drop_packet_type is not None:
      AttributeError: 'InterfacePim6' object has no attribute 'drop_packet_type'
      ```
      ab6ca07b
  13. 02 Dec, 2021 2 commits
  14. 25 Nov, 2021 1 commit
  15. 30 Aug, 2021 1 commit
  16. 03 Jan, 2021 1 commit
  17. 31 Jul, 2020 1 commit
  18. 10 Jul, 2020 1 commit
  19. 05 Jul, 2020 1 commit
  20. 03 Jul, 2020 1 commit
  21. 26 Jun, 2020 1 commit