mirror of
https://github.com/slackhq/nebula.git
synced 2026-04-03 07:35:18 +02:00
bolt more stuff onto tun to help auto-assign snat addresses
This commit is contained in:
@@ -11,6 +11,8 @@ type Device interface {
|
||||
io.ReadWriteCloser
|
||||
Activate() error
|
||||
Networks() []netip.Prefix
|
||||
UnsafeNetworks() []netip.Prefix
|
||||
SNATAddress() netip.Prefix
|
||||
Name() string
|
||||
RoutesFor(netip.Addr) routing.Gateways
|
||||
SupportsMultiqueue() bool
|
||||
|
||||
Reference in New Issue
Block a user