net: netconsole: selftests: Change the IP subnet
authorBreno Leitao <leitao@debian.org>
Tue, 29 Oct 2024 09:00:28 +0000 (02:00 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 3 Nov 2024 19:44:26 +0000 (11:44 -0800)
Use a less populated IP range to run the tests, as suggested by Petr in
Link: https://lore.kernel.org/netdev/87ikvukv3s.fsf@nvidia.com/.
Suggested-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://patch.msgid.link/20241029090030.1793551-2-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/netcons_basic.sh

index 06021b2059b71dba50ba423488305df69fe6aa33..8d28e5189e91e2900b383f42842a1ce16a41f3f6 100755 (executable)
@@ -20,9 +20,9 @@ SCRIPTDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")")
 
 # Simple script to test dynamic targets in netconsole
 SRCIF="" # to be populated later
-SRCIP=192.168.1.1
+SRCIP=192.0.2.1
 DSTIF="" # to be populated later
-DSTIP=192.168.1.2
+DSTIP=192.0.2.2
 
 PORT="6666"
 MSG="netconsole selftest"