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:
parent
ba37d913e4
commit
db62b273c0
@ -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