Skip to content

Releases: pedrofran12/pim_dm

PIM-DM v1.1.1.3

05 Jul 15:24
Compare
Choose a tag to compare

Add command to list instances
Fix issue of -mvr and -uvrf being mutually exclusive
Fix state refresh deadlock
Include originator state on -ls

PIM-DM v1.1.1.2

03 Jul 20:44
Compare
Choose a tag to compare

Allow to define multicast and unicast table id on startup.
This version supports creating multiple daemon processes, each with a corresponding multicast table id.

PIM-DM v1.1.1.1

26 Jun 16:42
Compare
Choose a tag to compare

Bug fixes for supporting multiple processes interacting with different VRFs

PIM-DM v1.1.1

10 Jun 00:33
abf2556
Compare
Choose a tag to compare

Support for defining the specific unicast and multicast routing tables identifier.
To define which table identifier to use for setting multicast trees and for RPF checks and getting unicast metrics, new global variables were defined on pimdm/tree/globals.py

PIM-DM v1.1

06 Jun 15:51
b26c621
Compare
Choose a tag to compare

This version brings IPv6 support:

  • Implementation of IPv6 multicast routing interaction with Linux kernel;
  • IPv4/IPv6 control packets' fields;
  • IPv6 PIM interface;
  • MLDv1 support;
  • Interaction with IPv6 unicast routing table.

PIM-DM v1.0.4.2

22 Mar 21:38
Compare
Choose a tag to compare

Fix exception in case log folders already exist

PIM-DM v1.0.4.1

22 Mar 21:26
Compare
Choose a tag to compare

Use -li to check if StateRefresh is enabled

PIM-DM v1.0.4

22 Mar 21:11
Compare
Choose a tag to compare

Previously, whenever a PIM-DM interface was added with StateRefresh capability enabled/disabled, to change this setting it was required to remove the interface and then add it again with the intended setting. For example:
pim-dm -ai eth0
pim-dm -ri eth0
pim-dm -aisr eth0
Now it is possible to change this capability without needing to remove the interface. For example:
pim-dm -ai eth0
pim-dm -aisr eth0

PIM-DM v1.0.3

17 Mar 22:14
Compare
Choose a tag to compare

add keywords to PyPi.org project

PIM-DM v1.0.2

23 Feb 00:09
Compare
Choose a tag to compare

Command to obtain version;
Update installation instructions.