Skip to content
Snippets Groups Projects

Resolve "Requesting information from the Controller via NBI takes very long"

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -74,7 +74,7 @@ func (p *PndAdapter) GetDevice(ctx context.Context, identifier string) (*ppb.Get
return resp, nil
}
// GetDevices requests all devices belonging to the PrincipalNetworkDomain
// GetFlattenedDevices requests all devices belonging to the PrincipalNetworkDomain
// attached to this adapter. The requested devices also contain their config
// information as gNMI notifications.
func (p *PndAdapter) GetFlattenedDevices(ctx context.Context) (*ppb.GetFlattenedOndListResponse, error) {
Loading