Skip to content
Snippets Groups Projects

Northbound Interface

Merged Ghost User requested to merge grpc-nbi into develop
5 files
+ 2
15
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -163,7 +163,7 @@ func fillOnds(pnd nucleus.PrincipalNetworkDomain, all bool, did ...string) ([]*p
onds := make([]*ppb.OrchestratedNetworkingDevice, len(ondList))
for i, id := range ondList {
d, err := pnd.GetDevice(id)
d, err := pnd.GetDevice(id.String())
if err != nil {
return nil, err
}
Loading