Merge pull request #138 from squat/bug_resync_period
pkg/mesh/mesh.go: actually add resync period
This commit is contained in:
commit
dc33521374
@ -166,6 +166,7 @@ func New(backend Backend, enc encapsulation.Encapsulator, granularity Granularit
|
||||
priv: private,
|
||||
privIface: privIface,
|
||||
pub: public,
|
||||
resyncPeriod: resyncPeriod,
|
||||
local: local,
|
||||
stop: make(chan struct{}),
|
||||
subnet: subnet,
|
||||
|
Loading…
Reference in New Issue
Block a user