pkg/mesh/mesh.go: actually add resync period

resync period was not added to mesh struct.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
This commit is contained in:
leonnicolas 2021-03-13 16:31:09 +01:00
parent ba37d913e4
commit db62b273c0
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

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,