mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 08:01:59 +00:00
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/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>
This commit is contained in:
parent
34d15f6ffb
commit
d051cd72dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user