Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/testing/selftests/net/packetdrill/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  ksft_runner.sh   Sprache: Shell

 
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0

source "$(dirname $(realpath $0))/../../kselftest/ktap_helpers.sh"

readonly ipv4_args=('--ip_version=ipv4 '
      '--local_ip=192.168.0.1 '
      '--gateway_ip=192.168.0.1 '
      '--netmask_ip=255.255.0.0 '
      '--remote_ip=192.0.2.1 '
      '-D CMSG_LEVEL_IP=SOL_IP '
      '-D CMSG_TYPE_RECVERR=IP_RECVERR ')

readonly ipv6_args=('--ip_version=ipv6 '
      '--mtu=1520 '
      '--local_ip=fd3d:0a0b:17d6::1 '
      '--gateway_ip=fd3d:0a0b:17d6:8888::1 '
      '--remote_ip=fd3d:fa7b:d17d::1 '
      '-D CMSG_LEVEL_IP=SOL_IPV6 '
      '-D CMSG_TYPE_RECVERR=IPV6_RECVERR ')

if [ $# -ne 1 ]; then
 ktap_exit_fail_msg "usage: $0