Skip to content

Commit

Permalink
we don't configure an LRS server
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Feb 24, 2021
1 parent c1ebc5a commit 0ace7c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions agent/xds/version_compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,6 @@ func convertTypedConfigsToV2(pbuf *proto.Buffer, pb proto.Message) error {
}
}
}
if x.LrsServer != nil { // TODO: NOPE
if err := convertTypedConfigsToV2(pbuf, x.LrsServer); err != nil {
return fmt.Errorf("%T: %w", x, err)
}
}
return nil
case *envoy_api_v2.RouteConfiguration:
for _, vhost := range x.VirtualHosts {
Expand Down

0 comments on commit 0ace7c8

Please sign in to comment.