Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for retreiving from a remote RIB. #196

Merged
merged 5 commits into from
Oct 12, 2023
Merged

Conversation

robshakir
Copy link
Contributor

commit 297adef3ac06a2cf72a988c6c050c9fb757caa8c
Author: Rob Shakir <[email protected]>
Date:   Fri Sep 22 20:49:01 2023 +0000

    Add support for retrieving a RIB from a remote source.
    
     * (M) go.{mod,sum}
      - Move to non-release version of ygot to get new `protomap` features.
     * (M) rib/remote.go
      - Add support for a RIB that is accessed via the `Get` RPC rather than
        locally.
     * (M) rib/rib(_test).go
      - Add a mechanism to retrieve RIB contents, improve testing.

commit 197d34f65212473220545d930d5a0f537af673f4
Author: Rob Shakir <[email protected]>
Date:   Fri Sep 22 07:50:51 2023 +0000

    Support retrieving from a remote RIB.

 * (M) go.{mod,sum}
  - Move to non-release version of ygot to get new `protomap` features.
 * (M) rib/remote.go
  - Add support for a RIB that is accessed via the `Get` RPC rather than
    locally.
 * (M) rib/rib(_test).go
  - Add a mechanism to retrieve RIB contents, improve testing.
@robshakir robshakir merged commit 3905544 into reconciler1 Oct 12, 2023
5 checks passed
@robshakir robshakir deleted the reconciler2 branch October 12, 2023 16:54
robshakir added a commit that referenced this pull request Oct 17, 2023
    Add support for retrieving a RIB from a remote source.
    
     * (M) go.{mod,sum}
      - Move to non-release version of ygot to get new `protomap` features.
     * (M) rib/remote.go
      - Add support for a RIB that is accessed via the `Get` RPC rather than
        locally.
     * (M) rib/rib(_test).go
      - Add a mechanism to retrieve RIB contents, improve testing.
robshakir added a commit that referenced this pull request Oct 18, 2023
    Add support for retrieving a RIB from a remote source.
    
     * (M) go.{mod,sum}
      - Move to non-release version of ygot to get new `protomap` features.
     * (M) rib/remote.go
      - Add support for a RIB that is accessed via the `Get` RPC rather than
        locally.
     * (M) rib/rib(_test).go
      - Add a mechanism to retrieve RIB contents, improve testing.
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