We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f4350 commit 8a0bd80Copy full SHA for 8a0bd80
1 file changed
backend_modules/libvirt/host/wait_for_ip.sh
@@ -30,7 +30,7 @@ for ((i=1; i<=RETRIES; i++)); do
30
AGENT_IP=$(virsh -c "$HYPERVISOR_URI" domifaddr "$DOMAIN" --source agent 2>&1 | \
31
awk '/ipv4|ipv6/ {print $4}' | \
32
cut -d/ -f1 | \
33
- grep -Ev '^fe80:|^169\.254\.|^127\.|^::1$' | \
+ grep -Ev '^fe80:|^169\.254\.|^127\.|^::1$|^10\.89\.|^192\.168\.' | \
34
head -n1)
35
36
if [ -n "$AGENT_IP" ]; then
0 commit comments