c6dbb78cfc
Add InterfaceUnicastAddress snapshots to client-route, backed by the Windows unicast IP address table. The Windows client samples the TAP interface after it resolves the adapter identity, preferring IPv4 for diagnostics and falling back to the first address or unknown on lookup failure. This keeps Win32 IP table handling in the route crate and fills the existing TapDiagnostics IP field without making bridging depend on DHCP being present. If DHCP has not assigned an address yet, diagnostics still make that visible as unknown. Test Plan: - cargo fmt --check - cargo test -p lanparty-client-route - cargo test -p lanparty-client-win - cargo check -p lanparty-client-route --target x86_64-pc-windows-gnu - cargo check -p lanparty-client-route --target x86_64-pc-windows-gnu --tests - cargo test --workspace - cargo clippy --workspace --all-targets -- -D warnings - git diff --check Attempted: - cargo check -p lanparty-client-route -p lanparty-client-win --target x86_64-pc-windows-gnu Blocked because ring needs missing x86_64-w64-mingw32-gcc here. Refs: PLAN.md