mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 21:07:36 +02:00
Remove WriteFromSelf
This commit is contained in:
@@ -108,10 +108,6 @@ func (t *disabledTun) Write(b []byte) (int, error) {
|
||||
return len(b), nil
|
||||
}
|
||||
|
||||
func (t *disabledTun) WriteFromSelf(b []byte) (int, error) {
|
||||
return t.Write(b)
|
||||
}
|
||||
|
||||
func (t *disabledTun) SupportsMultiqueue() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user