Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
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
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
TFS
controller
Commits
6a73ac1f
Commit
6a73ac1f
authored
9 months ago
by
Javier Diaz
Browse files
Options
Downloads
Patches
Plain Diff
Debugging
parent
59707d73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!259
Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interdomain/service/topology_abstractor/DltRecorder.py
+1
-1
1 addition, 1 deletion
src/interdomain/service/topology_abstractor/DltRecorder.py
with
1 addition
and
1 deletion
src/interdomain/service/topology_abstractor/DltRecorder.py
+
1
−
1
View file @
6a73ac1f
...
...
@@ -118,7 +118,7 @@ class DLTRecorder(threading.Thread):
if
((
context_uuid
==
DEFAULT_CONTEXT_NAME
)
or
(
context_name
==
DEFAULT_CONTEXT_NAME
))
and
\
(
topology_uuid
not
in
topology_uuids
)
and
(
topology_name
not
in
topology_uuids
):
for
device
in
topology_details
.
devices
:
LOGGER
.
debug
(
'
DEVICE
INFO({:s})
'
.
format
(
grpc_message_to_json_string
(
device
)))
LOGGER
.
debug
(
'
DEVICE
_
INFO
_TOPO
({:s})
'
.
format
(
grpc_message_to_json_string
(
device
)))
dlt_record_sender
.
add_device
(
topology_id
,
device
)
for
link
in
topology_details
.
links
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment