Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change imports the initial definition of gRIBI v1.x.x to the repository.
v0.x.x is accessible through using the v0.1.0 tag (which can be managed by using Go modules for such consumers).
v1.x.x represents a set of backwards incompatible changes to be made in the protocol, and expanded functionality.
Particularly, there are a number of larger changes:
Changes to the AFT model are made through patches that are included in this repo. These patches are to be upstreamed
once a stable version of gRIBI 1.x is defined. HEAD is subject to some change until a subsequent release indicating
v1.x.x is defined.
In the development phase, git tags of the form devel-vX.Y.Z will be used to allow users to pin to a specific version.
Akin to P4Runtime, a service name of gribi.v1 (and a repo structured around this model) is used such that if
a v2 is ever required, then different services can be exposed by a network element.