1. 25 Jan, 2022 1 commit
    • 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
  2. 02 Dec, 2021 2 commits
  3. 25 Nov, 2021 1 commit
  4. 30 Aug, 2021 1 commit
  5. 03 Jan, 2021 1 commit
  6. 31 Jul, 2020 1 commit
  7. 10 Jul, 2020 1 commit
  8. 05 Jul, 2020 1 commit
  9. 03 Jul, 2020 1 commit
  10. 26 Jun, 2020 1 commit
  11. 10 Jun, 2020 1 commit
    • Pedro Oliveira's avatar
      Multiple VRFs (#4) · abf25568
      Pedro Oliveira authored
      * First try IPv6 support... based on HPIM-DM IPv6 commit
      
      * fix membership removal of interface (IGMP/MLD)
      
      * Add support for unicast and multicast VRFs && remove some commented code && IGMP/MLD snake case global variables
      abf25568
  12. 06 Jun, 2020 2 commits
  13. 27 Mar, 2020 2 commits
  14. 22 Mar, 2020 3 commits
  15. 17 Mar, 2020 1 commit
  16. 23 Feb, 2020 1 commit
  17. 08 Feb, 2020 1 commit
  18. 12 Sep, 2019 1 commit
  19. 08 Sep, 2019 1 commit
  20. 23 Jun, 2019 1 commit
  21. 16 Mar, 2019 1 commit
  22. 15 Oct, 2018 1 commit
  23. 13 Oct, 2018 1 commit
  24. 25 Sep, 2018 1 commit
  25. 20 Sep, 2018 1 commit
  26. 24 Aug, 2018 1 commit
  27. 26 Jul, 2018 1 commit
  28. 25 Jul, 2018 1 commit
  29. 22 Jul, 2018 1 commit
  30. 25 Feb, 2018 1 commit
  31. 22 Feb, 2018 1 commit
  32. 20 Feb, 2018 2 commits
  33. 15 Feb, 2018 2 commits