summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/forwarding
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2022-10-18 09:39:59 +0300
committerDavid S. Miller <davem@davemloft.net>2022-10-19 16:01:08 +0300
commitb526b2ea1454d03b294cd10aa35695d5232b1106 (patch)
tree16e1cfff36e8b946d34c8cdcc898d37f78f404c6 /tools/testing/selftests/net/forwarding
parent6fb1faa1b92b19e3b1fad70a800c87bee934d67b (diff)
downloadlinux-b526b2ea1454d03b294cd10aa35695d5232b1106.tar.xz
selftests: bridge_igmp: Remove unnecessary address deletion
The test group address is added and removed in v2reportleave_test(). There is no need to delete it again during cleanup as it results in the following error message: # bash -x ./bridge_igmp.sh [...] + cleanup + pre_cleanup [...] + ip address del dev swp4 239.10.10.10/32 RTNETLINK answers: Cannot assign requested address + h2_destroy Solve by removing the unnecessary address deletion. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Acked-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/forwarding')
-rwxr-xr-xtools/testing/selftests/net/forwarding/bridge_igmp.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/testing/selftests/net/forwarding/bridge_igmp.sh b/tools/testing/selftests/net/forwarding/bridge_igmp.sh
index 1162836f8f32..2aa66d2a1702 100755
--- a/tools/testing/selftests/net/forwarding/bridge_igmp.sh
+++ b/tools/testing/selftests/net/forwarding/bridge_igmp.sh
@@ -96,9 +96,6 @@ cleanup()
switch_destroy
- # Always cleanup the mcast group
- ip address del dev $h2 $TEST_GROUP/32 2>&1 1>/dev/null
-
h2_destroy
h1_destroy