wgengine: revert wgdev.Close on Close from last commit

Causes as-yet-unknown problems in some tests.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
pull/106/head
David Crawshaw 4 years ago
parent 9390a3ef55
commit 44670d0da9

@ -564,7 +564,6 @@ func (e *userspaceEngine) Close() {
e.wgdev.IpcSetOperation(r)
e.linkMon.Close()
e.router.Close()
e.wgdev.Close()
e.magicConn.Close()
close(e.waitCh)
}

Loading…
Cancel
Save