Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goSDN Northbound
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
danet
goSDN Northbound
Commits
b1dc6154
Commit
b1dc6154
authored
3 years ago
by
Fabian Helm
Browse files
Options
Downloads
Patches
Plain Diff
added multiple sbis to GetSbiResponse
parent
44a2929e
Branches
Branches containing commit
Tags
v0.5.6
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/gosdn/pnd/pnd.proto
+1
-1
1 addition, 1 deletion
proto/gosdn/pnd/pnd.proto
with
1 addition
and
1 deletion
proto/gosdn/pnd/pnd.proto
+
1
−
1
View file @
b1dc6154
...
@@ -177,7 +177,7 @@ message GetSbiResponse {
...
@@ -177,7 +177,7 @@ message GetSbiResponse {
// TODO: Check if this is really needed. Perhaps a reference to the PND's ID
// TODO: Check if this is really needed. Perhaps a reference to the PND's ID
// is also sufficient.
// is also sufficient.
PrincipalNetworkDomain
pnd
=
2
;
PrincipalNetworkDomain
pnd
=
2
;
.
gosdn.southbound.SouthboundInterface
sbi
=
3
;
repeated
.
gosdn.southbound.SouthboundInterface
sbi
=
3
;
}
}
message
GetSbiListResponse
{
message
GetSbiListResponse
{
...
...
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