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!