Re: [PATCH v8 net-next 1/3] selftests: net: Create veth pair for testing in networkless kernel
From: Jakub Kicinski
Date: Tue Aug 20 2024 - 19:50:18 EST
On Mon, 19 Aug 2024 17:42:33 +0530 Abhinav Jain wrote:
> + echo "veth0" > "$TMP_LIST_NETDEV"
> + echo "veth1" >> "$TMP_LIST_NETDEV"
Why test both ends?
Aren't we going to do the same exact test twice?