nanoswitch: document shorter lease time
This was bumped down from 12h in D656, but the comment did not get
updated.
Test Plan: Comment change. No test needed.
X-Origin-Diff: phab/D669
GitOrigin-RevId: fbd6bf76844b4eec4a20d4a52b472e2e47fff537
diff --git a/metropolis/test/nanoswitch/nanoswitch.go b/metropolis/test/nanoswitch/nanoswitch.go
index 1fe6740..cba4e50 100644
--- a/metropolis/test/nanoswitch/nanoswitch.go
+++ b/metropolis/test/nanoswitch/nanoswitch.go
@@ -58,7 +58,7 @@
}
// runDHCPServer runs an extremely minimal DHCP server with most options hardcoded, a wrapping bump allocator for the
-// IPs, 12h Lease timeout and no support for DHCP collision detection.
+// IPs, 30 second lease timeout and no support for DHCP collision detection.
func runDHCPServer(link netlink.Link) supervisor.Runnable {
currentIP := net.IP{10, 1, 0, 1}