- 25 Jan, 2022 2 commits
-
-
Pedro Oliveira authored
-
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' ```
-
- 02 Dec, 2021 2 commits
-
-
Pedro Oliveira authored
-
Pedro Oliveira authored
-
- 25 Nov, 2021 1 commit
-
-
Léo-Paul Géneau authored
-
- 30 Aug, 2021 1 commit
-
-
Pedro Oliveira authored
-
- 03 Jan, 2021 1 commit
-
-
Pedro Oliveira authored
-
- 31 Jul, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 10 Jul, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 05 Jul, 2020 1 commit
-
-
Pedro Oliveira authored
Add command to list instances && fix issue of -mvr and -uvrf being mutually exclusive && fix state refresh deadlock && include originator state on -ls
-
- 03 Jul, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 26 Jun, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 10 Jun, 2020 1 commit
-
-
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
-
- 06 Jun, 2020 2 commits
-
-
Pedro Oliveira authored
Bump setup-python from v1 to v2
-
Pedro Oliveira authored
-
- 27 Mar, 2020 2 commits
-
-
Pedro Oliveira authored
-
Pedro Oliveira authored
-
- 22 Mar, 2020 3 commits
-
-
Pedro Oliveira authored
-
Pedro Oliveira authored
-
Pedro Oliveira authored
Allow enabling/disabling StateRefresh on previously disabled/enabled PIM-DM interfaces without having to remove them
-
- 17 Mar, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 23 Feb, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 08 Feb, 2020 1 commit
-
-
Pedro Oliveira authored
-
- 12 Sep, 2019 1 commit
-
-
Pedro Oliveira authored
-
- 08 Sep, 2019 1 commit
-
-
Pedro Oliveira authored
-
- 23 Jun, 2019 1 commit
-
-
Pedro Oliveira authored
-
- 16 Mar, 2019 1 commit
-
-
Pedro Oliveira authored
-
- 15 Oct, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 13 Oct, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 25 Sep, 2018 1 commit
-
-
Pedro Oliveira authored
Pim dm implementation
-
- 20 Sep, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 24 Aug, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 26 Jul, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 25 Jul, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 22 Jul, 2018 1 commit
-
-
Pedro Oliveira authored
-
- 25 Feb, 2018 1 commit
-
-
Pedro Oliveira authored
react to new neighbors (resend state refresh msg/clear prune limit timer <- based on downstream/upstream neighbor) & fix originator logger & remove dead code
-
- 22 Feb, 2018 1 commit
-
-
Pedro Oliveira authored
fix loggers (using LoggerAdapter) & added join_prune_logger in Downstream/Upstream prune state machine & added originator_logger & fix downstream/upstream state machines
-
- 20 Feb, 2018 2 commits
-
-
Pedro Oliveira authored
-
Pedro Oliveira authored
fix AssertCancel message (metric) & protocol information defined before initializing sockets & use of logs for tests & routing information stored in a different way (in Kernel) & fix some state machines & fix unicast routing updates & fix delete of tree information
-
- 15 Feb, 2018 1 commit
-
-
Pedro Oliveira authored
-