- Add Renew() to dhcp.Client: sends REQUEST with ciaddr (RENEWING state)
- Start renewal goroutine in session at lease_time/2
- On IP change: flush TAP, reconfigure address/routes/DNS/policy routes
- On renewal failure: retry at T/4 (min 60s)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Log each step: address assignment, static routes, default route,
DNS changes, and cleanup flush.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>