multicast-6.49.7-arm installed or not?

Hello forum.

Running ROS 6.49.7 on ARM. My package list does not include multicast, and the “/routing igmp-proxy” command is not available. When I try to install the multicast-6.49.7-arm package, I get a log error “omitting package multicast-6.49.7: it is already installed”

If it is installed, then how do i configure an igmp proxy? if it is not installed, then how do i install it?

tia.

In v6 you can check which packages are actually installed by executing command

/system package print

When a package is installed, it can be disabled. If a package is disabled, you have to “schedule it for enabling” by running

/system package enable multicast

followed by a router reboot.

I found the problem. A filter on the installed packages. Multicast was installed, but not enabled.
Thanks for your reply.