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