Merge "x.ref/runtime: convert to context-based logging."
diff --git a/runtime/internal/rpc/client.go b/runtime/internal/rpc/client.go
index ba83eb7..3db1610 100644
--- a/runtime/internal/rpc/client.go
+++ b/runtime/internal/rpc/client.go
@@ -78,7 +78,8 @@
// We cache the IP networks on the device since it is not that cheap to read
// network interfaces through os syscall.
- // TODO(jhahn): Add monitoring the network interface changes.
+ // TODO(toddw): this can be removed since netstate now implements caching
+ // directly.
ipNets []*net.IPNet
vcCache *vc.VCCache