Skip to content

Add server handling of Get RPC.#43

Merged
robshakir merged 10 commits intomainfrom
get1
Jun 21, 2021
Merged

Add server handling of Get RPC.#43
robshakir merged 10 commits intomainfrom
get1

Conversation

@robshakir
Copy link
Copy Markdown
Member

  * (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.

Add server-side consumption of the RIB GetRIB functionality.

  * (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.
@robshakir
Copy link
Copy Markdown
Member Author

Re: #34

@robshakir robshakir requested a review from sthesayi June 20, 2021 15:44
Base automatically changed from get0 to main June 21, 2021 17:17
@robshakir robshakir changed the base branch from main to ci June 21, 2021 17:21
@robshakir robshakir changed the base branch from ci to main June 21, 2021 17:21
@robshakir robshakir merged commit 449ff46 into main Jun 21, 2021
@robshakir robshakir deleted the get1 branch June 21, 2021 17:26
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