From: Benjamin Berg Date: Mon, 25 Dec 2023 10:21:00 +0000 (+0200) Subject: tests: Write services needed for pyrad X-Git-Tag: hostap_2_11~531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6278ab7a064eaa53759389c615c6f0ea2ba6e494;p=thirdparty%2Fhostap.git tests: Write services needed for pyrad pyrad does an internal call to getaddrinfo with the service "www". Make sure this service is known by writing an appropriate /etc/services file. Signed-off-by: Benjamin Berg --- diff --git a/tests/hwsim/vm/inside.sh b/tests/hwsim/vm/inside.sh index d813cf065..38c5284d9 100755 --- a/tests/hwsim/vm/inside.sh +++ b/tests/hwsim/vm/inside.sh @@ -93,6 +93,11 @@ tcp 6 TCP udp 17 UDP ipv6-icmp 58 IPv6-ICMP EOF +# for pyrad +cat > /etc/services <