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,
|
priv: private,
|
||||||
privIface: privIface,
|
privIface: privIface,
|
||||||
pub: public,
|
pub: public,
|
||||||
|
resyncPeriod: resyncPeriod,
|
||||||
local: local,
|
local: local,
|
||||||
stop: make(chan struct{}),
|
stop: make(chan struct{}),
|
||||||
subnet: subnet,
|
subnet: subnet,
|
||||||
|
Loading…
Reference in New Issue
Block a user