wgengine: remove Config.TUN argument.

pull/1603/head
David Anderson 3 years ago
parent 0807e3e2f7
commit 440effb21a

@ -343,7 +343,6 @@ func tryEngine(logf logger.Logf, linkMon *monitor.Mon, name string) (e wgengine.
tstun.Diagnose(logf, name)
return nil, false, err
}
conf.TUN = dev
}
e, err = wgengine.NewUserspaceEngine(logf, dev, conf)
if err != nil {

@ -133,9 +133,6 @@ func (e *userspaceEngine) GetInternals() (*tstun.Wrapper, *magicsock.Conn) {
// Config is the engine configuration.
type Config struct {
// TUN is the TUN device used by the engine.
TUN tun.Device
// Router is the interface to OS networking APIs used to interface
// the OS with the Engine.
Router router.Router

Loading…
Cancel
Save