aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBreno Leitao <[email protected]>2024-10-29 02:00:28 -0700
committerJakub Kicinski <[email protected]>2024-11-03 11:44:26 -0800
commitd051cd72dcb769c842494b1dbe29067aba45474f (patch)
tree9f1a38428460474ddcc8fa02fb19ae21277d9946
parent34d15f6ffb72212ca28e7c1283ae9be1cdfd40f6 (diff)
net: netconsole: selftests: Change the IP subnet
Use a less populated IP range to run the tests, as suggested by Petr in Link: https://lore.kernel.org/netdev/[email protected]/. Suggested-by: Petr Machata <[email protected]> Signed-off-by: Breno Leitao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rwxr-xr-xtools/testing/selftests/drivers/net/netcons_basic.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/drivers/net/netcons_basic.sh b/tools/testing/selftests/drivers/net/netcons_basic.sh
index 06021b2059b7..8d28e5189e91 100755
--- a/tools/testing/selftests/drivers/net/netcons_basic.sh
+++ b/tools/testing/selftests/drivers/net/netcons_basic.sh
@@ -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"