mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-04 07:15:49 +00:00
wgengine/netstack: fix doc comment
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
e4fecfe31d
commit
ecac74bb65
@ -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
|
// Start sets up all the handlers so netstack can start working. Implements
|
||||||
|
|
||||||
// wgengine.FakeImpl.
|
// wgengine.FakeImpl.
|
||||||
func (ns *Impl) Start() error {
|
func (ns *Impl) Start() error {
|
||||||
ns.e.AddNetworkMapCallback(ns.updateIPs)
|
ns.e.AddNetworkMapCallback(ns.updateIPs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user