mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
Experimenting
This commit is contained in:
@@ -15,4 +15,7 @@ type Device interface {
|
||||
RoutesFor(netip.Addr) routing.Gateways
|
||||
SupportsMultiqueue() bool
|
||||
NewMultiQueueReader() (io.ReadWriteCloser, error)
|
||||
// TunPrefixLen reports the number of bytes the device prepends to every IP packet on the wire.
|
||||
// Currently only non zero for the BSD tun devices.
|
||||
TunPrefixLen() int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user