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 Flush for IPv6, and server support. #214

Merged
merged 5 commits into from
Nov 11, 2023
Merged

Conversation

robshakir
Copy link
Contributor

@robshakir robshakir commented Nov 5, 2023

 * (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) 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.
@robshakir robshakir changed the title Add support for Flush for IPv6. Add support for Flush for IPv6, and server support. Nov 5, 2023
rib/rib.go Show resolved Hide resolved
 * (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 27ed43e into ipv6-6 Nov 11, 2023
5 checks passed
@robshakir robshakir deleted the ipv6-7 branch November 11, 2023 05:59
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