]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: net: lib: Add a couple autodefer helpers
authorPetr Machata <petrm@nvidia.com>
Wed, 18 Dec 2024 17:15:58 +0000 (18:15 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 Dec 2024 21:14:17 +0000 (13:14 -0800)
commit976d248bd33356eecb958cdc1b0c37622fd5d595
treedcd5edea493aab8e69b87663842ea71d82706cc7
parent3abd45122c72d6a66a52d41a65586fdf7ab40ef7
selftests: net: lib: Add a couple autodefer helpers

Alongside the helper ip_link_set_up(), one to set the link down will be
useful as well. Add a helper to determine the link state as well,
ip_link_is_up(), and use it to short-circuit any changes if the state is
already the desired one.

Furthermore, add a helper bridge_vlan_add().

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://patch.msgid.link/856d9e01725fdba21b7f6716358f645b19131af2.1734540770.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/lib.sh