On 18/10/2022 09:39, Ido Schimmel wrote: > The qdiscs are added during setup, but not deleted during cleanup, > resulting in the following error messages: > > # ./bridge_vlan_mcast.sh > [...] > # ./bridge_vlan_mcast.sh > Error: Exclusivity flag on, cannot modify. > Error: Exclusivity flag on, cannot modify. > > Solve by deleting the qdiscs during cleanup. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > tools/testing/selftests/net/forwarding/bridge_vlan_mcast.sh | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>