Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
quant
Merge requests
!227
Resolve "Receiver map is not updated correctly for key exchange"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Receiver map is not updated correctly for key exchange"
43-receiver-map-is-not-updated-correctly-for-key-exchange
into
master
Overview
0
Commits
5
Pipelines
5
Changes
3
Merged
Malte Bauch
requested to merge
43-receiver-map-is-not-updated-correctly-for-key-exchange
into
master
6 months ago
Overview
0
Commits
5
Pipelines
5
Changes
2
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
Closes
#43 (closed)
0
0
Merge request reports
Compare
version 2
version 3
1b7c6eb2
6 months ago
version 2
f4b5b226
6 months ago
version 1
1ade7c83
6 months ago
master (base)
and
version 3
latest version
b009ec66
5 commits,
6 months ago
version 3
1b7c6eb2
4 commits,
6 months ago
version 2
f4b5b226
2 commits,
6 months ago
version 1
1ade7c83
1 commit,
6 months ago
Show latest version
2 files
+
129
−
136
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
config/controller/add_devices.sh
+
2
−
5
Options
@@ -3,8 +3,8 @@
## Note: This script does not clean up network elements already existing in the storage. Running it repeatedly will
## create a garbage storage.
GOSDNC_PATH
=
"./gosdnc"
GOSDN_ADDRESS
=
"
qkdn-controller
:55055"
GOSDNC_PATH
=
"./
artifacts/
gosdnc"
GOSDN_ADDRESS
=
"
127.0.0.1
:55055"
ADMINPW
=
"TestPassword"
KMS_PLUGIN
=
"e404ecf7-4860-41ee-9cee-3dd6af6c5e2b"
PND_UUID
=
"5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
@@ -28,6 +28,3 @@ $GOSDNC_PATH mne create --address "kms01:7030" --name kms01 --password admin --p
$GOSDNC_PATH
mne create
--address
"kms02:7030"
--name
kms02
--password
admin
--plugin-id
$KMS_PLUGIN
--username
admin
--uuid
5e41c291-6121-4335-84f6-41e04b8bdaa2
$GOSDNC_PATH
mne create
--address
"kms03:7030"
--name
kms03
--password
admin
--plugin-id
$KMS_PLUGIN
--username
admin
--uuid
f80db2c0-2480-46b9-b7d1-b63f954e8227
$GOSDNC_PATH
mne create
--address
"kms04:7030"
--name
kms03
--password
admin
--plugin-id
$KMS_PLUGIN
--username
admin
--uuid
968fd594-b0e7-41f0-ba4b-de259047a933
## Add additional user for an app
$GOSDNC_PATH
user create
--u
app
--p
TestApp
--r
app
Loading