fix: Port forwarding warning

This commit is contained in:
Kroese 2024-09-05 18:53:05 +02:00 committed by GitHub
parent 7e2aa7662a
commit cd8ad6055e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -389,7 +389,7 @@ else
if ! configureNAT; then
NETWORK="user"
warn "falling back to usermode networking (slow)!"
warn "falling back to usermode networking! Performance will be bad and port forwarding will not work."
ip link set "$VM_NET_TAP" down promisc off &> null || true
ip link delete "$VM_NET_TAP" &> null || true