wgengine/netstack: fix doc comment

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/2483/head
Brad Fitzpatrick 2021-07-21 08:25:05 -07:00
parent e4fecfe31d
commit ecac74bb65
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ func Create(logf logger.Logf, tundev *tstun.Wrapper, e wgengine.Engine, mc *magi
}
// Start sets up all the handlers so netstack can start working. Implements
// wgengine.FakeImpl.
func (ns *Impl) Start() error {
ns.e.AddNetworkMapCallback(ns.updateIPs)