Skip to content

Commit 9318dc2

Browse files
liuhangbinPaolo Abeni
authored andcommitted
selftests: bonding: fix incorrect mac address
The correct mac address for NS target 2001:db8::254 is 33:33:ff:00:02:54, not 33:33:00:00:02:54. The same with client maddress. Fixes: 86fb617 ("selftests: bonding: add ns multicast group testing") Acked-by: Jay Vosburgh <[email protected]> Reviewed-by: Nikolay Aleksandrov <[email protected]> Signed-off-by: Hangbin Liu <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 0c5e145 commit 9318dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testing/selftests/drivers/net/bonding/bond_options.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ALL_TESTS="
1111

1212
lib_dir=$(dirname "$0")
1313
source ${lib_dir}/bond_topo_3d1c.sh
14-
c_maddr="33:33:00:00:00:10"
15-
g_maddr="33:33:00:00:02:54"
14+
c_maddr="33:33:ff:00:00:10"
15+
g_maddr="33:33:ff:00:02:54"
1616

1717
skip_prio()
1818
{

0 commit comments

Comments
 (0)