Persisting multicast networking option

Hi,

There are several options I'd like to toggle for specific interfaces like multicast, broadcast and arp. Googling tells me these can toggled using commands like

ip link set multicast off dev br0

But this does not persist between reboots, can anyone advise where it is appropriate to put this to persist the setting?

Thanks!

Put it on /etc/rc.local will be the easiest.

Multicast to unicast - #6 by jow