Skip to content

Commit

Permalink
selftests: forwarding: bridge_mdb: Fix a typo
Browse files Browse the repository at this point in the history
Add the letter missing from the word "INCLUDE".

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Petr Machata authored and David S. Miller committed Feb 6, 2023
1 parent 344dd2c commit f7ccf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/forwarding/bridge_mdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ ctrl_igmpv3_is_in_test()

bridge mdb del dev br0 port $swp1 grp 239.1.1.1 vid 10

log_test "IGMPv3 MODE_IS_INCLUE tests"
log_test "IGMPv3 MODE_IS_INCLUDE tests"
}

ctrl_mldv2_is_in_test()
Expand Down

0 comments on commit f7ccf60

Please sign in to comment.