wgengine: remove Config.TUN argument.

This commit is contained in:
David Anderson
2021-03-28 18:44:59 -07:00
parent 0807e3e2f7
commit 440effb21a
2 changed files with 0 additions and 4 deletions

View File

@@ -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