mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
NAT now includes an 'interfaces' field in its response, filtered to contain only the mapped NAT interface (virbr0 on Linux, vmnet8 on macOS/Windows). This lets connected nodes discover the NAT subnet and gateway address without needing to list all host interfaces. The field format mirrors Cloud.asdict(): name, type, special, and ip_addresses list (both IPv4 and IPv6).