go-debos / fakemachine

fake a machine
Apache License 2.0
34 stars 37 forks source link

enable network on ipv6-only hosts #208

Open helmutg opened 3 months ago

helmutg commented 3 months ago

The networkd template explicitly disables IPv6-connectivity. When connecting to a host, the attempt to use IPv6 results in -ENETUNREACH from the guest kernel. If the host is IPv6-only, the host kernel likewise makes attempts to use IPv4 result in -ENETUNREACH. Hence fakemachine has dysfunctional network when invoked on an IPv6-only host.

Closes: #207