Skip to content
Snippets Groups Projects
Commit b1dc6154 authored by Fabian Helm's avatar Fabian Helm
Browse files

added multiple sbis to GetSbiResponse

parent 44a2929e
Branches
Tags v0.5.6
No related merge requests found
...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment