lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fabadfa4-b914-96b6-992e-dcebac1c0ef0@blackwall.org>
Date:   Fri, 9 Dec 2022 10:09:11 +0200
From:   Nikolay Aleksandrov <razor@...ckwall.org>
To:     Ido Schimmel <idosch@...dia.com>, netdev@...r.kernel.org,
        bridge@...ts.linux-foundation.org
Cc:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
        edumazet@...gle.com, roopa@...dia.com, mlxsw@...dia.com
Subject: Re: [PATCH net-next 13/14] selftests: forwarding: Rename bridge_mdb
 test

On 08/12/2022 17:28, Ido Schimmel wrote:
> The test is only concerned with host MDB entries and not with MDB
> entries as a whole. Rename the test to reflect that.
> 
> Subsequent patches will add a more general test that will contain the
> test cases for host MDB entries and remove the current test.
> 
> Signed-off-by: Ido Schimmel <idosch@...dia.com>
> ---
>  tools/testing/selftests/net/forwarding/Makefile                 | 2 +-
>  .../net/forwarding/{bridge_mdb.sh => bridge_mdb_host.sh}        | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename tools/testing/selftests/net/forwarding/{bridge_mdb.sh => bridge_mdb_host.sh} (100%)
> 
> diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
> index a9c5c1be5088..f2df81ca3179 100644
> --- a/tools/testing/selftests/net/forwarding/Makefile
> +++ b/tools/testing/selftests/net/forwarding/Makefile
> @@ -2,7 +2,7 @@
>  
>  TEST_PROGS = bridge_igmp.sh \
>  	bridge_locked_port.sh \
> -	bridge_mdb.sh \
> +	bridge_mdb_host.sh \
>  	bridge_mdb_port_down.sh \
>  	bridge_mld.sh \
>  	bridge_port_isolation.sh \
> diff --git a/tools/testing/selftests/net/forwarding/bridge_mdb.sh b/tools/testing/selftests/net/forwarding/bridge_mdb_host.sh
> similarity index 100%
> rename from tools/testing/selftests/net/forwarding/bridge_mdb.sh
> rename to tools/testing/selftests/net/forwarding/bridge_mdb_host.sh

Acked-by: Nikolay Aleksandrov <razor@...ckwall.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ