selftests: rtnetlink: check enslaving iface in a bond
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 8 Jan 2024 09:41:03 +0000 (10:41 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 12 Jan 2024 00:47:40 +0000 (16:47 -0800)
commita159cbe81d3b88bf35cd4edb4e6040d015972fdd
tree81c688531ae2e6ab98cd1e646165b378e69698c9
parentec4ffd100ffb396eca13ebe7d18938ea80f399c3
selftests: rtnetlink: check enslaving iface in a bond

The goal is to check the following two sequences:
> ip link set dummy0 up
> ip link set dummy0 master bond0 down

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240108094103.2001224-3-nicolas.dichtel@6wind.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/rtnetlink.sh