mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 12:57:38 +02:00
checkpt
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"errors"
|
||||
"net/netip"
|
||||
|
||||
"github.com/slackhq/nebula/overlay/tio"
|
||||
"github.com/slackhq/nebula/routing"
|
||||
)
|
||||
|
||||
@@ -41,7 +42,7 @@ func (NoopTun) SupportsMultiqueue() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (NoopTun) NewMultiQueueReader() (Queue, error) {
|
||||
func (NoopTun) NewMultiQueueReader() (tio.Queue, error) {
|
||||
return nil, errors.New("unsupported")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user