Hi all,
I'm trying to disable multicast snooping on all bridges which i use with my VM's.
After googling i found a way to disable snooping. I added script to /etc/network/if-up.d/
it's working, but after i add to my vm Network Device with vmbrX and vlan tag (for example) 325 a new vmbrXv315 bridge appears and mc snooping starts again.
Is it possible to disable multicast_snooping permanently or better way to disable it with a script on all bridges ?
Thanks.
I'm trying to disable multicast snooping on all bridges which i use with my VM's.
After googling i found a way to disable snooping. I added script to /etc/network/if-up.d/
Code:
echo 0 >/sys/devices/virtual/net/vmbrX/bridge/multicast_snooping
Is it possible to disable multicast_snooping permanently or better way to disable it with a script on all bridges ?
Thanks.