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 initial IPv6 support to RIB. #208

Merged
merged 12 commits into from
Nov 11, 2023
Merged

Add initial IPv6 support to RIB. #208

merged 12 commits into from
Nov 11, 2023

Conversation

robshakir
Copy link
Contributor

 * (M) rib/rib(_test)?.go
  - Add support for IPv6 to RIB.
 * (M) constants/const.go
  - Add support for IPv6 constant.

 * (M) rib/rib(_test)?.go
  - Add support for IPv6 to RIB.
 * (M) constants/const.go
  - Add support for IPv6 constant.
 * (M) rib/rib(_test)?.go
  - Add support for generating IPv6 protobufs from a RIB entry.
 * (M) rib/rib(_test)?.go
  - Add checks for IPv6 and MPLS entries successfully calling the
    post change hooks in the RIB.
 * (M) rib/rib(_test)?.go
  - Add support for checking whether IPv6 entries can be resolved
    to the RIB and associated testing.
 * (M) rib/rib(_test)?.go
  - Add support for IPv6Entries in `Get` operations on the RIB.
 * (M) rib/rib(_test).go
  - Add support for checking whether IPv6 entries can be deleted
    from the RIB.
  - Add testing for `resolvedEntryHook` for IPv6 entries.
 * (M) rib/rib.go
  - Add support for `Flush` calls to remove IPv6 entries.
 * (M) rib/rib_test.go
  - Ensure that test coverage exists for both MPLS and IPv6 for Flush.
 * (M) go.{mod,sum}
  - Upgrade to non-release version of ygot to fix bug with parsing
    of pushed label stacks.
 * (M) server/server(_test)?.go
  - Add support and testing for IPv6 into server.
 * (M) fluent/fluent.go
  - Add IPv6 entry support within the gRIBIgo fluent library.
 * (M) fluent/fluent_test.go
  - Add testing for IPv6 builder, and additional coverage for MPLS.
 * (M) client/gribiclient(_test)?.go
  - Add support within the client library for IPv6 and MPLS where
    required, and test coverage for the client.
 * (M) fluent/fluent.go
  - Add support for IPv6 within fluent library.
 * (M) compliance/compliance.go
  - Add test cases for basic IPv6 functionality.
@robshakir
Copy link
Contributor Author

robshakir commented Nov 11, 2023

Oops -- this is the base PR for all the changes already reviewed.

@alshabib - you've reviewed all code contained in here, I just forgot to get approval on this one for the final merge. D'oh.

@robshakir robshakir merged commit ea924b2 into main Nov 11, 2023
7 checks passed
@robshakir robshakir deleted the ipv6 branch November 11, 2023 14:20
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