pass sync message version in SyncResponse

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-07-14 17:14:16 +02:00
parent 8a3bce259d
commit 671a5f11fd
5 changed files with 1358 additions and 1284 deletions
@@ -72,6 +72,7 @@ func ToComponentSyncResponse(
PeerConfig: peerConfig,
NetworkMapEnvelope: envelope,
Checks: toProtocolChecks(ctx, checks),
Version: proto.SyncResponseVersion_VersionComponentNetworkMap,
}
nbConfig := toNetbirdConfig(config, turnCredentials, relayCredentials, extraSettings, settings)