summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/ipvtap_test.sh
AgeCommit message (Collapse)AuthorLines
2026-01-19selftests: net: simple selftest for ipvtapDmitry Skorodumov-0/+168
This is a simple ipvtap test to test handling IP-address add/remove on ipvlan interface. It creates a veth-interface and then creates several network-namespace with ipvlan0 interface in it linked to veth. Then it starts to add/remove addresses on ipvlan0 interfaces in several threads. At finish, it checks that there is no duplicated addresses. Signed-off-by: Dmitry Skorodumov <skorodumov.dmitry@huawei.com> Link: https://patch.msgid.link/20260112142417.4039566-3-skorodumov.dmitry@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>