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
commit dc33521374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,