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