Using 22.03.5 fresh install to test the isolation feature in Luci and trying to isolate ports in the bridge.
This is added to /etc/config/network
config device
option name 'eth1'
option isolate '1'config device
option name 'eth2'
option isolate '1'config device
option name 'eth3'
option isolate '1'config device
option name 'eth4'
option isolate '1'
and
cat /sys/class/net/eth1/brport/isolated returns '1'
cat /sys/class/net/eth2/brport/isolated returns '1'
cat /sys/class/net/eth3/brport/isolated returns '1'
cat /sys/class/net/eth4/brport/isolated returns '1'
But I can still ping devices connected to other ports. Is there something else that needs to be installed or enabled?
This is a fresh install with no other changes.