Merge pull request #138 from squat/bug_resync_period

pkg/mesh/mesh.go: actually add resync period
This commit is contained in:
Lucas Servén Marín
2021-03-13 16:37:17 +01:00
committed by GitHub

View File

@@ -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,