mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
gofmt
This commit is contained in:
parent
8281b1699f
commit
c8b0281736
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ type wgTun struct {
|
|||
MaxMTU int
|
||||
DefaultMTU int
|
||||
|
||||
Routes atomic.Pointer[[]Route]
|
||||
routeTree atomic.Pointer[bart.Table[routing.Gateways]]
|
||||
routeChan chan struct{}
|
||||
Routes atomic.Pointer[[]Route]
|
||||
routeTree atomic.Pointer[bart.Table[routing.Gateways]]
|
||||
routeChan chan struct{}
|
||||
|
||||
// Platform-specific route management
|
||||
routeManager *tun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue