Skip to content

Add support for Get RPC to client.#44

Merged
robshakir merged 15 commits intomainfrom
get2
Jun 21, 2021
Merged

Add support for Get RPC to client.#44
robshakir merged 15 commits intomainfrom
get2

Conversation

@robshakir
Copy link
Copy Markdown
Member

  * (M) client/client.go
  * (M) client/client_test.go
    - Add support for the Get RPC to client.
  * (M) rib/rib.go
    - Add string representations of the RIBs to allow for debugging
      on server instances.
  * (M) server/server.go
    - Add a FakeServer wrapper allowing state injection.

  * (M) rib/rib.go
  * (M) rib/rib_test.go
    - Add GetRIB function to RIBHolder that iterates through the
      contents of the RIB and returns the entries as gRIBI GetResponse
      messages via the specified channel.
  * (M) rib/rib.go
    - Remove proto functions.
  * (M) server/server.go
  * (M) server/server_test.go
    - Add handling of the Get RPC to the server, allowing streaming
      of installed entries back to the client.
  * (M) rib/rib.go
  * (M) rib/rib_test.go
    - Add function to add a new network instance to the RIB.
  * (M) server/server_test.go
    - Add further testing to the Get RPC.
  * (M) client/client.go
  * (M) client/client_test.go
    - Add support for the Get RPC to client.
  * (M) rib/rib.go
    - Add string representations of the RIBs to allow for debugging
      on server instances.
  * (M) server/server.go
    - Add a FakeServer wrapper allowing state injection.
@robshakir
Copy link
Copy Markdown
Member Author

Re: #34

Base automatically changed from get1 to main June 21, 2021 17:26
@robshakir robshakir requested a review from sthesayi June 21, 2021 17:41
@robshakir robshakir merged commit 9c03995 into main Jun 21, 2021
@robshakir robshakir deleted the get2 branch June 21, 2021 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants