Bug Fixes
-
lager supply <net> tuinow works when--boxis a saved box name. The subcommand looked up the box’s address and then ignored it, sending the net-listing request to a host literally named after the saved box name. That name resolves only by accident — if it also happens to be a real DNS name. Where it did not, the request never reached the box; the listing came back empty and the command reported'BATT' is not a power supply netfor a netlager netsdisplayed correctly. The error pointed at the net when the real fault was that the box was never contacted. Onlysupply ... tuiwas affected — every othersupplysubcommand already used the resolved address. Passing an IP instead of a name always worked, and remains the workaround on older CLIs. The fault is entirely client-side: no box needs updating, and box version is irrelevant. Present since 0.32.0, when net listing moved to the:9000HTTP API and the argument that had been harmless became the URL host. - A net check against an unreachable box no longer reports the net as missing. An unreachable box and a box with no nets both produce an empty listing, and the two were indistinguishable — so an unreachable box produced “net not found” plus advice to create a net that already existed on it. The check now separates the two cases and reports the connectivity failure.

