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 IPv6 in canResolve. #211

Merged
merged 8 commits into from
Nov 11, 2023
Merged

Add support for IPv6 in canResolve. #211

merged 8 commits into from
Nov 11, 2023

Conversation

robshakir
Copy link
Contributor

* (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 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 robshakir merged commit 133fc8c into ipv6-3 Nov 11, 2023
5 checks passed
@robshakir robshakir deleted the ipv6-4 branch November 11, 2023 06:00
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