Skip to content

PIM-DM v1.0.4

Compare
Choose a tag to compare
@pedrofran12 pedrofran12 released this 22 Mar 21:11
· 31 commits to master since this release

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