mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-23 00:44:25 +01:00
gofmt
This commit is contained in:
@@ -24,9 +24,9 @@ type wgTun struct {
|
|||||||
MaxMTU int
|
MaxMTU int
|
||||||
DefaultMTU int
|
DefaultMTU int
|
||||||
|
|
||||||
Routes atomic.Pointer[[]Route]
|
Routes atomic.Pointer[[]Route]
|
||||||
routeTree atomic.Pointer[bart.Table[routing.Gateways]]
|
routeTree atomic.Pointer[bart.Table[routing.Gateways]]
|
||||||
routeChan chan struct{}
|
routeChan chan struct{}
|
||||||
|
|
||||||
// Platform-specific route management
|
// Platform-specific route management
|
||||||
routeManager *tun
|
routeManager *tun
|
||||||
|
|||||||
Reference in New Issue
Block a user