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`